Public Attributes

fawkes::fawkes_message_t Struct Reference

Message as stored in local queues. More...

#include <message.h>

List of all members.

Public Attributes

fawkes_message_header_t header
 message header
void * payload
 message payload

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: