Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 386 of file cdr.c.
Referenced by cdr_detach(), cdr_submit_batch(), and reset_batch().
int size |
Definition at line 385 of file cdr.c.
Referenced by cdr_detach(), handle_cli_status(), and reset_batch().
struct cdr_batch_item* tail |
Definition at line 387 of file cdr.c.
Referenced by cdr_detach(), and reset_batch().