jabberd2  2.3.1
Data Fields
_jqueue_node_st Struct Reference

#include <util.h>

Data Fields

void * data
 
int priority
 
_jqueue_node_t next
 
_jqueue_node_t prev
 

Detailed Description

Definition at line 314 of file util.h.

Field Documentation

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().


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