Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
cdr_batch Struct Reference

The actual batch queue. More...

Collaboration diagram for cdr_batch:
Collaboration graph
[legend]

Data Fields

struct cdr_batch_itemhead
 
int size
 
struct cdr_batch_itemtail
 

Detailed Description

The actual batch queue.

Definition at line 384 of file cdr.c.

Field Documentation

◆ head

struct cdr_batch_item* head

Definition at line 386 of file cdr.c.

Referenced by cdr_detach(), cdr_submit_batch(), and reset_batch().

◆ size

int size

Definition at line 385 of file cdr.c.

Referenced by cdr_detach(), handle_cli_status(), and reset_batch().

◆ tail

struct cdr_batch_item* tail

Definition at line 387 of file cdr.c.

Referenced by cdr_detach(), and reset_batch().


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