X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached-1.0%2Fstruct%2Fserver.h;h=fe984d1ce991bd92baf4a334569879b9641691ea;hb=0d34e2e86b16fcd4d459e684f56cb88296cea2a1;hp=b5bd1ca73718a0236ae839c55db57f7bc9e8e12b;hpb=5c09a7ed2edbb9876493f30d59433331b63f6bfc;p=m6w6%2Flibmemcached diff --git a/libmemcached-1.0/struct/server.h b/libmemcached-1.0/struct/server.h index b5bd1ca7..fe984d1c 100644 --- a/libmemcached-1.0/struct/server.h +++ b/libmemcached-1.0/struct/server.h @@ -72,8 +72,8 @@ struct memcached_server_st { uint32_t number_of_hosts; uint32_t cursor_active; in_port_t port; - memcached_socket_t fd; uint32_t io_bytes_sent; /* # bytes sent since last read */ + uint32_t request_id; uint32_t server_failure_counter; uint64_t server_failure_counter_query_id; uint32_t weight; @@ -89,17 +89,9 @@ struct memcached_server_st { 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; - size_t read_buffer_length; - size_t read_data_length; - size_t write_buffer_offset; - struct addrinfo *address_info; - struct addrinfo *address_info_next; time_t next_retry; struct memcached_st *root; uint64_t limit_maxbytes; struct memcached_error_t *error_messages; - char read_buffer[MEMCACHED_MAX_BUFFER]; - char write_buffer[MEMCACHED_MAX_BUFFER]; char hostname[MEMCACHED_NI_MAXHOST]; };