A message to be delivered to a dedos_thread. More...
#include <thread_message.h>
Public Attributes | |
| enum thread_msg_type | type |
| int | ack_id |
| for sending acknowledgements to controller. More... | |
| ssize_t | data_size |
| void * | data |
A message to be delivered to a dedos_thread.
Definition at line 51 of file thread_message.h.
| int thread_msg::ack_id |
for sending acknowledgements to controller.
Not implemented fully
Definition at line 53 of file thread_message.h.
| void* thread_msg::data |
Definition at line 55 of file thread_message.h.
| ssize_t thread_msg::data_size |
Definition at line 54 of file thread_message.h.
| enum thread_msg_type thread_msg::type |
Definition at line 52 of file thread_message.h.
1.8.6