X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached-1.0%2Fstruct%2Fserver.h;h=a1ed738974c1fad07851fe69fa9487f78ace4326;hb=a7df49566dd006c5725eabcd11aab958cf8e5600;hp=e2be59b87a960dd3c797f522b1fb31cc4e67e681;hpb=35b7e1ac4af1f81704affd6fa94cac09603fdb35;p=m6w6%2Flibmemcached diff --git a/libmemcached-1.0/struct/server.h b/libmemcached-1.0/struct/server.h index e2be59b8..a1ed7389 100644 --- a/libmemcached-1.0/struct/server.h +++ b/libmemcached-1.0/struct/server.h @@ -85,7 +85,7 @@ struct memcached_server_st { 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;