Tor
0.4.7.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(), and dispatch_free_msg_().
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(), and dispatch_free_msg_().