|
Tor 0.5.0.0-alpha-dev
|
#include <msgtypes.h>
Public Member Functions | |
| TOR_SIMPLEQ_ENTRY (msg_t) next | |
Data Fields | |
| subsys_id_t | sender |
| channel_id_t | channel |
| message_id_t | msg |
| msg_type_id_t | type |
| msg_aux_data_t | aux_data__ |
Structure of a received message.
Definition at line 50 of file msgtypes.h.
| msg_aux_data_t aux_data__ |
Untyped auxiliary data. You shouldn't have to mess with this directly.
Definition at line 60 of file msgtypes.h.
Referenced by dispatch_fmt_msg_data(), dispatch_free_msg_(), dispatch_send(), and pubsub_pub_().
| channel_id_t channel |
Definition at line 53 of file msgtypes.h.
| message_id_t msg |
Definition at line 54 of file msgtypes.h.
| subsys_id_t sender |
Definition at line 52 of file msgtypes.h.
| msg_type_id_t type |
We could omit this field, since it is implicit in the message type, but IMO let's leave it in for safety.
Definition at line 57 of file msgtypes.h.
Referenced by dispatch_fmt_msg_data(), dispatch_free_msg_(), dispatch_send(), pubsub_add_pub_(), and pubsub_pub_().