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

A wrapper object around a snapshot. Fields that are mutable by the CDR engine are replicated here. More...

Collaboration diagram for cdr_object_snapshot:
Collaboration graph
[legend]

Data Fields

unsigned int flags
 
struct ast_channel_snapshotsnapshot
 
char userfield [AST_MAX_USER_FIELD]
 
struct varshead variables
 

Detailed Description

A wrapper object around a snapshot. Fields that are mutable by the CDR engine are replicated here.

Definition at line 746 of file cdr.c.

Field Documentation

◆ flags

unsigned int flags

Specific flags for this party

Definition at line 749 of file cdr.c.

Referenced by ast_cdr_fork(), and cdr_object_snapshot_copy().

◆ snapshot

struct ast_channel_snapshot* snapshot

◆ userfield

char userfield[AST_MAX_USER_FIELD]

◆ variables

struct varshead variables

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