X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached-1.0%2Fstruct%2Fserver.h;h=b5bd1ca73718a0236ae839c55db57f7bc9e8e12b;hb=d4758957f0b472a5f247004862fef55f58edcc8f;hp=e2be59b87a960dd3c797f522b1fb31cc4e67e681;hpb=015b6142ad6c3b496437d397416aacb776a42aed;p=m6w6%2Flibmemcached diff --git a/libmemcached-1.0/struct/server.h b/libmemcached-1.0/struct/server.h index e2be59b8..b5bd1ca7 100644 --- a/libmemcached-1.0/struct/server.h +++ b/libmemcached-1.0/struct/server.h @@ -83,9 +83,10 @@ struct memcached_server_st { uint32_t read; uint32_t write; uint32_t timeouts; + size_t _bytes_read; } 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;