The Sequence Toolkit
www.sequence-toolkit.com
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
stk_smartbeat.h
Go to the documentation of this file.
1 
4 #ifndef STK_SMARTBEAT_H
5 #define STK_SMARTBEAT_H
6 
7 #include "stk_common.h"
8 #include "stk_service.h"
9 #include <sys/time.h>
10 
19 
24 typedef struct stk_smartbeat_stct {
29 
34 typedef struct stk_smartbeat_ctrl_stct stk_smartbeat_ctrl_t;
35 
37 #define STK_SMARTBEAT_SEQ 0x3000000
38 
40 #define STK_STCT_SVC_SMARTBEAT_WIRE 0x50000001
41 
49 
50 #endif