CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
CdiPoolCbData Struct Reference

Contains the state of a single pool get or put operation. More...

#include <cdi_pool_api.h>

Data Fields

bool is_put
 True if pool get triggered the callback, otherwise a pool put triggered it.
 
int num_entries
 Current number of entries in the free_list.
 
const void * item_data_ptr
 Pointer to item data.
 

Detailed Description

Contains the state of a single pool get or put operation.


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