
Data Fields | |
| struct ast_cdr_batch_item * | head |
| int | size |
| struct ast_cdr_batch_item * | tail |
| struct ast_cdr_batch_item* head |
Definition at line 81 of file cdr.c.
Referenced by ast_cdr_detach(), ast_cdr_submit_batch(), and reset_batch().
| int size |
Definition at line 80 of file cdr.c.
Referenced by ast_cdr_detach(), handle_cli_status(), and reset_batch().
| struct ast_cdr_batch_item* tail |
Definition at line 82 of file cdr.c.
Referenced by ast_cdr_detach(), and reset_batch().