Merge in additions to the scanner.
[awesomized/libmemcached] / libmemcached / memcached.h
index c099d76e2b984f56e0b0e826149b457e13af8201..56a5a78f7777d7e642c525fd31d72828371d7293 100644 (file)
@@ -43,6 +43,7 @@
 #include <libmemcached/flush_buffers.h>
 #include <libmemcached/get.h>
 #include <libmemcached/hash.h>
+#include <libmemcached/options.h>
 #include <libmemcached/parse.h>
 #include <libmemcached/quit.h>
 #include <libmemcached/result.h>
@@ -82,6 +83,7 @@ struct memcached_st {
     bool use_udp:1;
     bool verify_key:1;
     bool tcp_keepalive:1;
+    bool load_from_file:1;
   } flags;
   memcached_server_distribution_t distribution;
   hashkit_st hashkit;