|
Asterisk - The Open Source Telephony Project
18.5.0
|

Data Fields | |
| struct stasis_message_type * | message_type |
| The stasis message type. More... | |
| int | published |
| The number of messages of this published. More... | |
| int | unused |
| The number of messages of this that did not reach a subscriber. More... | |
| struct stasis_message_type* message_type |
The stasis message type.
Definition at line 343 of file stasis.c.
Referenced by dispatch_message(), publish_msg(), and statistics_show_messages().
| int published |
The number of messages of this published.
Definition at line 339 of file stasis.c.
Referenced by publish_msg(), and statistics_show_messages().
| int unused |
The number of messages of this that did not reach a subscriber.
Definition at line 341 of file stasis.c.
Referenced by publish_msg(), and statistics_show_messages().
1.8.13