Asterisk - The Open Source Telephony Project GIT-master-8f1982c
|
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] |
Channel UniqueId structure.
Definition at line 30 of file channel_private.h.
time_t creation_time |
Creation time
Definition at line 31 of file channel_private.h.
Referenced by __ast_channel_internal_alloc_with_initializers(), and ast_channel_internal_copy_linkedid().
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().
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().
char unique_id[AST_MAX_UNIQUEID] |
Unique Identifier
Definition at line 33 of file channel_private.h.
Referenced by __ast_channel_internal_alloc_with_initializers(), ast_channel_internal_copy_linkedid(), ast_channel_internal_set_fake_ids(), ast_channel_internal_setup_topics(), ast_channel_linkedid(), and ast_channel_uniqueid().