9 lines
130 B
C
9 lines
130 B
C
#ifndef __MSG_H__
|
|
#define __MSG_H__
|
|
#define SIZE_MONITOR_BUFFER 120
|
|
|
|
typedef struct {
|
|
TYPE_TIME t;
|
|
INT seq_nr;
|
|
} msg_t;
|
|
#endif |