libyrmcds
memcached/yrmcds client library for C
|
Data structure to store a response packet for the counter extension. More...
#include <yrmcds.h>
Data Fields | |
yrmcds_cnt_statistics * | stats |
the result of stats command. | |
const char * | body |
the pointer to the response body. | |
size_t | body_length |
the body length of the response packet. | |
const char * | name |
the name of the semaphore (only for Dump command). | |
size_t | name_length |
the length of name (only for Dump command). | |
uint32_t | serial |
serial number of the corresponding request. | |
uint32_t | resources |
the number of acquired resources. | |
uint32_t | current_consumption |
the current consumption of resources. | |
uint32_t | max_consumption |
maximum consumption (only for Dump command). | |
uint8_t | status |
the response status. | |
uint8_t | command |
the request command. | |
Data structure to store a response packet for the counter extension.