28 #ifndef INCL_UTIL_PQUEUE_H
29 #define INCL_UTIL_PQUEUE_H 1
int pqueue_size(pqueue_t q)
void * pqueue_pull(pqueue_t q)
void pqueue_push(pqueue_t q, void *data, int priority)
pqueue_t pqueue_new(pool_t p)
pool - base node for a pool.
struct _pqueue_st * pqueue_t