Definitiions of structures for sending messages from runtimes to controller. More...
Go to the source code of this file.
Classes | |
| struct | rt_controller_msg_hdr |
| Header for all messages from controller to runtime. More... | |
| struct | rt_controller_init_msg |
| Initialization message, sent to controller to identify runtime upon first connection. More... | |
Enumerations | |
| enum | rt_controller_msg_type { RT_CTL_INIT, RT_STATS } |
| The types of messages which can be sent from controller to runtimes. More... | |
Definitiions of structures for sending messages from runtimes to controller.
Definition in file rt_controller_messages.h.
The types of messages which can be sent from controller to runtimes.
| Enumerator | |
|---|---|
| RT_CTL_INIT |
Payload type: rt_controller_init_msg. |
| RT_STATS |
Payload: output of serialize_stat_samples. |
Definition at line 30 of file rt_controller_messages.h.
1.8.6