jabberd2  2.3.4
Data Fields
_jqueue_st Struct Reference

#include <util.h>

Data Fields

pool_t p
 
_jqueue_node_t cache
 
_jqueue_node_t front
 
_jqueue_node_t back
 
int size
 
char * key
 
time_t init_time
 

Detailed Description

Definition at line 323 of file util.h.

Field Documentation

pool_t _jqueue_st::p

Definition at line 324 of file util.h.

Referenced by jqueue_free(), jqueue_new(), and jqueue_push().

_jqueue_node_t _jqueue_st::cache

Definition at line 325 of file util.h.

Referenced by jqueue_pull(), and jqueue_push().

_jqueue_node_t _jqueue_st::front
_jqueue_node_t _jqueue_st::back

Definition at line 328 of file util.h.

Referenced by jqueue_pull(), and jqueue_push().

int _jqueue_st::size

Definition at line 330 of file util.h.

Referenced by jqueue_pull(), jqueue_push(), and jqueue_size().

char* _jqueue_st::key
time_t _jqueue_st::init_time

Definition at line 332 of file util.h.

Referenced by jqueue_age(), and jqueue_new().


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