Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
stasis_message_type_statistics Struct Reference
Collaboration diagram for stasis_message_type_statistics:
Collaboration graph
[legend]

Data Fields

struct stasis_message_typemessage_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...
 

Detailed Description

Definition at line 337 of file stasis.c.

Field Documentation

◆ message_type

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().

◆ published

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().

◆ unused

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().


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