Asterisk - The Open Source Telephony Project
18.5.0
|
#include <cdr.h>
Data Fields | |
struct ast_flags | settings |
unsigned int | size |
unsigned int | time |
struct ast_flags settings |
Settings for batches
Definition at line 269 of file cdr.h.
Referenced by cdr_submit_batch(), and handle_cli_status().
unsigned int size |
Size to trigger a batch
Definition at line 268 of file cdr.h.
Referenced by cdr_enable_batch_mode(), and handle_cli_status().
unsigned int time |
Time between batches
Definition at line 267 of file cdr.h.
Referenced by cdr_enable_batch_mode(), handle_cli_status(), and submit_scheduled_batch().