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

A message that is to be delivered to an instance of an MSU. More...

#include <msu_message.h>

Public Attributes

struct msu_msg_hdr hdr
 
size_t data_size
 Payload size. More...
 
void * data
 Payload. More...
 

Detailed Description

A message that is to be delivered to an instance of an MSU.

Definition at line 101 of file msu_message.h.

Member Data Documentation

void* msu_msg::data

Payload.

Definition at line 104 of file msu_message.h.

size_t msu_msg::data_size

Payload size.

Definition at line 103 of file msu_message.h.

struct msu_msg_hdr msu_msg::hdr

Definition at line 102 of file msu_message.h.


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