Asterisk - The Open Source Telephony Project GIT-master-80b953f
Loading...
Searching...
No Matches
Data Fields
cdrel_value Struct Reference

#include <cdrel.h>

Data Fields

enum cdrel_data_type data_type
 
char * field_name
 
int mallocd
 
union { 
 
   double   doubler 
 
   int32_t   int32 
 
   int64_t   int64 
 
   char *   string 
 
   struct timeval   tv 
 
   uint32_t   uint32 
 
   uint64_t   uint64 
 
values 
 

Detailed Description

Definition at line 173 of file cdrel.h.

Field Documentation

◆ data_type

enum cdrel_data_type data_type

◆ doubler

double doubler

Definition at line 184 of file cdrel.h.

◆ field_name

char* field_name

Definition at line 174 of file cdrel.h.

Referenced by format_string(), and log_legacy_database_record().

◆ int32

int32_t int32

Definition at line 179 of file cdrel.h.

◆ int64

int64_t int64

Definition at line 181 of file cdrel.h.

Referenced by format_amaflags(), and format_disposition().

◆ mallocd

int mallocd

Definition at line 176 of file cdrel.h.

Referenced by log_advanced_record(), and log_legacy_database_record().

◆ string

char* string

◆ tv

struct timeval tv

Definition at line 183 of file cdrel.h.

◆ uint32

uint32_t uint32

Definition at line 180 of file cdrel.h.

◆ uint64

uint64_t uint64

Definition at line 182 of file cdrel.h.

◆ [union]

union { ... } values

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