libyrmcds
memcached/yrmcds client library for C
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups Pages
yrmcds_error yrmcds_cnt_acquire ( yrmcds_cnt c,
const char *  name,
size_t  name_len,
uint32_t  resources,
uint32_t  maximum,
uint32_t *  serial 
)

Send Acquire command.

Parameters
cA pointer to yrmcds_cnt.
nameName.
name_lenLength of name.
resourcesThe number of resources to acquire.
maximumThe maximum number of resources.
serialA pointer to uint32_t, or NULL.
Returns
0 if succeeded. Other values indicate an error.

This function sends Acquire command to the server. If serial is not NULL, the serial number of the request will be stored if the command was sent successfully.