BadVPN – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | #define CAVL_PARAM_NAME BReactor__TimersTree |
2 | #define CAVL_PARAM_FEATURE_COUNTS 0 |
||
3 | #define CAVL_PARAM_FEATURE_KEYS_ARE_INDICES 0 |
||
4 | #define CAVL_PARAM_FEATURE_NOKEYS 1 |
||
5 | #define CAVL_PARAM_TYPE_ENTRY struct BSmallTimer_t |
||
6 | #define CAVL_PARAM_TYPE_LINK BReactor_timerstree_link |
||
7 | #define CAVL_PARAM_TYPE_ARG int |
||
8 | #define CAVL_PARAM_VALUE_NULL ((BReactor_timerstree_link)NULL) |
||
9 | #define CAVL_PARAM_FUN_DEREF(arg, link) (link) |
||
10 | #define CAVL_PARAM_FUN_COMPARE_ENTRIES(arg, entry1, entry2) compare_timers((entry1).link, (entry2).link) |
||
11 | #define CAVL_PARAM_MEMBER_CHILD u.tree_child |
||
12 | #define CAVL_PARAM_MEMBER_BALANCE tree_balance |
||
13 | #define CAVL_PARAM_MEMBER_PARENT tree_parent |