Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
The actual batch queue. More...
Data Fields | |
struct cdr_batch_item * | head |
int | size |
struct cdr_batch_item * | tail |
struct cdr_batch_item* head |
Definition at line 440 of file cdr.c.
Referenced by cdr_detach(), cdr_submit_batch(), and reset_batch().
int size |
Definition at line 439 of file cdr.c.
Referenced by cdr_detach(), handle_cli_status(), and reset_batch().
struct cdr_batch_item* tail |
Definition at line 441 of file cdr.c.
Referenced by cdr_detach(), and reset_batch().