Fix include file.
[m6w6/libmemcached] / libmemcached-1.0 / struct / server.h
index 245b4b9bbf6964703a24c055f6d948834d02d2ab..a1ed738974c1fad07851fe69fa9487f78ace4326 100644 (file)
@@ -82,9 +82,10 @@ struct memcached_server_st {
   struct {
     uint32_t read;
     uint32_t write;
+    uint32_t timeouts;
   } io_wait_count;
   uint8_t major_version; // Default definition of UINT8_MAX means that it has not been set.
-  uint8_t micro_version; // ditto
+  uint8_t micro_version; // ditto, and note that this is the third, not second version bit
   uint8_t minor_version; // ditto
   memcached_connection_t type;
   char *read_ptr;