Asterisk - The Open Source Telephony Project  18.5.0
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 336 of file cdr.c.

Field Documentation

◆ cdr

struct ast_cdr* cdr

Definition at line 337 of file cdr.c.

Referenced by cdr_detach(), and do_batch_backend_process().

◆ next

struct cdr_batch_item* next

Definition at line 338 of file cdr.c.

Referenced by cdr_detach(), and do_batch_backend_process().


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