libyrmcds
memcached/yrmcds client library for C
|
Data structure of a connection to yrmcds counter server. More...
#include <yrmcds.h>
Data Fields | |
pthread_mutex_t | lock |
guard lock to serialize sends. | |
yrmcds_cnt_statistics | stats |
the result of stats command. | |
char * | recvbuf |
received data buffer. | |
size_t | capacity |
buffer capacity. | |
size_t | used |
used bytes. | |
size_t | last_size |
size of the last response. | |
int | sock |
the socket file descriptor. | |
int | invalid |
invalid flag. | |
uint32_t | serial |
last issued serial number. | |
Data structure of a connection to yrmcds counter server.