This add AES support.
[m6w6/libmemcached] / libmemcached-1.0 / struct / memcached.h
index 564eb74e55b9c825252a2cf16dd6eed16c5db8cb..2bffbebbb7aca7d5009dd7ee381f52147c745a14 100644 (file)
@@ -62,6 +62,7 @@ struct memcached_st {
     bool use_udp:1;
     bool verify_key:1;
     bool tcp_keepalive:1;
+    bool is_aes:1;
   } flags;
 
   memcached_server_distribution_t distribution;
@@ -82,6 +83,7 @@ struct memcached_st {
   int32_t poll_timeout;
   int32_t connect_timeout; // How long we will wait on connect() before we will timeout
   int32_t retry_timeout;
+  int32_t dead_timeout;
   int send_size;
   int recv_size;
   void *user_data;