jabberd2
2.7.0
|
#include <util.h>
Data Fields | |
void * | data |
int | priority |
_jqueue_node_t | next |
_jqueue_node_t | prev |
void* _jqueue_node_st::data |
Definition at line 315 of file util.h.
Referenced by _router_sx_callback(), _sx_sasl_client_process(), jqueue_pull(), and jqueue_push().
int _jqueue_node_st::priority |
Definition at line 317 of file util.h.
Referenced by _sx_get_pending_write(), and jqueue_push().
_jqueue_node_t _jqueue_node_st::next |
Definition at line 319 of file util.h.
Referenced by jqueue_pull(), and jqueue_push().
_jqueue_node_t _jqueue_node_st::prev |
Definition at line 320 of file util.h.
Referenced by _router_sx_callback(), jqueue_pull(), and jqueue_push().