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