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

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
 

Detailed Description

A message to be delivered to a dedos_thread.

Definition at line 51 of file thread_message.h.

Member Data Documentation

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.


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