libyrmcds
memcached/yrmcds client library for C
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups Pages
Data Fields
yrmcds_cnt Struct Reference

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.
 

Detailed Description

Data structure of a connection to yrmcds counter server.


The documentation for this struct was generated from the following file: