Fawkes API  Fawkes Development Version
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
fawkes::fawkes_message_t Struct Reference

Message as stored in local queues. More...

#include <message.h>

Public Attributes

fawkes_message_header_t header
 message header More...
 
void * payload
 message payload More...
 

Detailed Description

Message as stored in local queues.

A message takes a header and a pointer to the data that has the size mentioned in header.payload_size that is to be sent over the network.

Definition at line 52 of file message.h.

Member Data Documentation


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