Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
stasis_message Struct Reference

Data Fields

void * data
 
struct ast_eid eid
 
const struct ast_eideid_ptr
 
struct timeval timestamp
 
struct stasis_message_typetype
 

Detailed Description

Definition at line 121 of file stasis_message.c.

Field Documentation

void* data

Message content

Definition at line 129 of file stasis_message.c.

Referenced by stasis_message_create_full(), stasis_message_data(), and stasis_test_message_create().

struct ast_eid eid

Where this message originated.

Definition at line 131 of file stasis_message.c.

Referenced by publish_cluster_discovery_to_stasis_full(), and stasis_message_create_full().

const struct ast_eid* eid_ptr

Where this message originated. NULL if aggregate message.

Definition at line 127 of file stasis_message.c.

Referenced by stasis_message_create_full(), and stasis_message_eid().

struct timeval timestamp

Time the message was created

Definition at line 123 of file stasis_message.c.

Referenced by stasis_message_create_full(), and stasis_message_timestamp().

struct stasis_message_type* type

Type of the message

Definition at line 125 of file stasis_message.c.

Referenced by stasis_message_create_full(), and stasis_message_type().


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