jabberd2
2.3.4
|
Data Fields | |
void * | data |
int | priority |
_pqueue_node_t | next |
_pqueue_node_t | prev |
void* _pqueue_node_st::data |
Definition at line 32 of file pqueue.c.
Referenced by pqueue_pull(), and pqueue_push().
int _pqueue_node_st::priority |
Definition at line 34 of file pqueue.c.
Referenced by pqueue_push().
_pqueue_node_t _pqueue_node_st::next |
Definition at line 36 of file pqueue.c.
Referenced by pqueue_pull(), and pqueue_push().
_pqueue_node_t _pqueue_node_st::prev |
Definition at line 37 of file pqueue.c.
Referenced by pqueue_pull(), and pqueue_push().