My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
send_to_peer_msg Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

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.


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