Implement flag retrieval for new keepalive flag.
[m6w6/libmemcached] / libmemcached / memcached.h
index 30823a8733d3d96cc12cfc666c74d2c61af14ef4..db164649922258dddd7832169e14d4ab8e1e33b2 100644 (file)
@@ -80,6 +80,7 @@ struct memcached_st {
     bool use_sort_hosts MEMCACHED_BITFIELD;
     bool use_udp MEMCACHED_BITFIELD;
     bool verify_key MEMCACHED_BITFIELD;
+    bool tcp_keepalive MEMCACHED_BITFIELD;
   } flags;
   memcached_server_distribution_t distribution;
   hashkit_st hashkit;