message_t Struct Reference

A struct representing a message to be sent between client and server. More...

#include <env_universal_common.h>


Data Fields

int count
 Number of queues that contain this message.
char body [1]
 Message body.


Detailed Description

A struct representing a message to be sent between client and server.

Field Documentation

Number of queues that contain this message.

Once this reaches zero, the message should be deleted

Referenced by broadcast(), create_message(), enqueue(), env_universal_remove(), env_universal_set(), main(), parse_message(), and try_send().

char message_t::body[1]

Message body.

The message must be allocated using enough memory to actually contain the message.

Referenced by create_message(), and try_send().


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

Generated on Sun Mar 8 15:46:56 2009 for fish by  doxygen 1.5.6