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

Data structure to store a response packet for the counter extension. More...

#include <yrmcds.h>

Data Fields

yrmcds_cnt_statisticsstats
 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.
 

Detailed Description

Data structure to store a response packet for the counter extension.


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