27 #ifndef _EVENT2_EVENT_KEYVALQ_STRUCT_H_
28 #define _EVENT2_EVENT_KEYVALQ_STRUCT_H_
37 #define _EVENT_DEFINED_TQENTRY
38 #define TAILQ_ENTRY(type) \
40 struct type *tqe_next; \
41 struct type **tqe_prev; \
46 #define _EVENT_DEFINED_TQHEAD
47 #define TAILQ_HEAD(name, type) \
49 struct type *tqh_first; \
50 struct type **tqh_last; \
68 #ifdef _EVENT_DEFINED_TQENTRY
72 #ifdef _EVENT_DEFINED_TQHEAD
Definition: keyvalq_struct.h:58