Asterisk - The Open Source Telephony Project
18.5.0
|
Channel UniqueId structure. More...
Data Fields | |
time_t | creation_time |
int | creation_unique |
char | unique_id [AST_MAX_UNIQUEID] |
Channel UniqueId structure.
Definition at line 56 of file channel_internal_api.c.
time_t creation_time |
Creation time
Definition at line 57 of file channel_internal_api.c.
Referenced by __ast_channel_internal_alloc(), ast_channel_internal_copy_linkedid(), and ast_channel_internal_oldest_linkedid().
int creation_unique |
sub-second unique value
Definition at line 58 of file channel_internal_api.c.
Referenced by __ast_channel_internal_alloc(), ast_channel_internal_copy_linkedid(), and ast_channel_internal_oldest_linkedid().
char unique_id[AST_MAX_UNIQUEID] |
Unique Identifier
Definition at line 59 of file channel_internal_api.c.
Referenced by __ast_channel_internal_alloc(), ast_channel_internal_copy_linkedid(), ast_channel_internal_set_fake_ids(), ast_channel_internal_setup_topics(), ast_channel_linkedid(), and ast_channel_uniqueid().