#ifndef __MSG_H__ #define __MSG_H__ #define SIZE_MONITOR_BUFFER 120 typedef struct { TYPE_TIME t; INT seq_nr; } msg_t; #endif