CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
pool.h File Reference
#include <cx/obj.h>
#include <cx/struct.h>
#include <cx/net/net_shared.h>
#include <cx/buffer/bufpool.h>

Go to the source code of this file.

Data Structures

struct  NetPool
 Shared, capped pool of network message buffers and headers. More...
 

Macros

#define netpoolCreate(conf)   NetPool_create(conf)
 
#define netpoolAllocHeader(self)   NetPool_allocHeader(NetPool(self))
 
#define netpoolAllocMsg(self)   NetPool_allocMsg(NetPool(self))
 
#define netpoolFreeMsg(self, msg)   NetPool_freeMsg(NetPool(self), msg)
 
#define netpoolFreeMsgQueue(self, mq)   NetPool_freeMsgQueue(NetPool(self), mq)
 

Typedefs

typedef struct NetPool NetPool
 Shared, capped pool of network message buffers and headers.
 

Detailed Description

Note
This file is automatically generated from net/pool.cxh

Definition in file pool.h.