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
ast_channel_id Struct Reference

Channel UniqueId structure. More...

#include <channel_private.h>

Data Fields

time_t creation_time
 
int creation_unique
 
char tenant_id [AST_MAX_TENANT_ID]
 
char unique_id [AST_MAX_UNIQUEID]
 

Detailed Description

Channel UniqueId structure.

Note
channel creation time used for determining LinkedId Propagation

Definition at line 30 of file channel_private.h.

Field Documentation

◆ creation_time

time_t creation_time

◆ creation_unique

int creation_unique

sub-second unique value

Definition at line 32 of file channel_private.h.

Referenced by __ast_channel_internal_alloc_with_initializers(), and ast_channel_internal_copy_linkedid().

◆ tenant_id

char tenant_id[AST_MAX_TENANT_ID]

Multi-tenant identifier

Definition at line 34 of file channel_private.h.

Referenced by __ast_channel_internal_alloc_with_initializers(), ast_channel_tenantid(), and ast_channel_tenantid_set().

◆ unique_id

char unique_id[AST_MAX_UNIQUEID]

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