|
Asterisk - The Open Source Telephony Project
18.5.0
|
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 344 of file cdr.c.
Referenced by cdr_detach(), cdr_submit_batch(), and reset_batch().
| int size |
Definition at line 343 of file cdr.c.
Referenced by cdr_detach(), handle_cli_status(), and reset_batch().
| struct cdr_batch_item* tail |
Definition at line 345 of file cdr.c.
Referenced by cdr_detach(), and reset_batch().
1.8.13