Asterisk - The Open Source Telephony Project GIT-master-8f1982c
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Fields
cdr_batch_item Struct Reference

Queued CDR waiting to be batched. More...

Collaboration diagram for cdr_batch_item:
Collaboration graph
[legend]

Data Fields

struct ast_cdrcdr
 
struct cdr_batch_itemnext
 

Detailed Description

Queued CDR waiting to be batched.

Definition at line 432 of file cdr.c.

Field Documentation

◆ cdr

struct ast_cdr* cdr

Definition at line 433 of file cdr.c.

Referenced by cdr_detach(), and do_batch_backend_process().

◆ next

struct cdr_batch_item* next

Definition at line 434 of file cdr.c.

Referenced by cdr_detach(), and do_batch_backend_process().


The documentation for this struct was generated from the following file: