/* This header file contains the data types and function prototypes for communication. */ #ifdef __COMM__ #else #define __COMM__ #include #include /* A message formed by $message_pack. Completes the declaration * of this structure type in civlc-common.h */ struct __message__ { int source; int dest; int tag; $bundle data; int size; }; #endif