For delivery to the output monitor thread, a message to be sent to a peer runtime. More...
#include <thread_message.h>
Public Attributes | |
| unsigned int | runtime_id |
| The runtime ID to which the message is delivered. More... | |
| struct inter_runtime_msg_hdr | hdr |
| void * | data |
For delivery to the output monitor thread, a message to be sent to a peer runtime.
Definition at line 59 of file thread_message.h.
| void* send_to_peer_msg::data |
Definition at line 62 of file thread_message.h.
| struct inter_runtime_msg_hdr send_to_peer_msg::hdr |
Definition at line 61 of file thread_message.h.
| unsigned int send_to_peer_msg::runtime_id |
The runtime ID to which the message is delivered.
Definition at line 60 of file thread_message.h.
1.8.6