More work on CW VM code ..
FossilOrigin-Name: 3b0cb324535527b32d0e938b03151c75f6100ca2059fc121e2c4d350a8caf8a4
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
struct cw_acip{
|
||||
struct sockaddr_storage ip;
|
||||
int wtp_count;
|
||||
uint32_t wtp_count;
|
||||
};
|
||||
|
||||
typedef struct cw_acip cw_acip_t;
|
||||
@ -16,7 +16,9 @@ extern cw_aciplist_t cw_aciplist_create();
|
||||
|
||||
#define cw_aciplist_destroy(l) avltree_destroy(l)
|
||||
#define cw_aciplist_add(l,elem) avltree_add(l,elem)
|
||||
#define cw_aciplist_del(l,elem) avltree_del(l,elem)
|
||||
#define cw_aciplist_foreach(l,callback,cbpriv) avltree_foreach_asc(l,callback,cbpriv)
|
||||
#define cw_aciplist_replace(l,r) avltree_replace(l,r)
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user