Fix for non-Linux platforms.
[m6w6/libmemcached] / libmemcached / server.h
index 109f9d50b42e5e0e774384820b334a605805224e..5174752822c63ee8327eebbb2fbd461c69fd21da 100644 (file)
@@ -18,6 +18,7 @@ struct memcached_server_st {
     bool is_allocated MEMCACHED_BITFIELD;
     bool is_initialized MEMCACHED_BITFIELD;
     bool sockaddr_inited MEMCACHED_BITFIELD;
+    bool is_shutting_down MEMCACHED_BITFIELD;
   } options;
   uint32_t number_of_hosts;
   uint32_t cursor_active;