From 6ffb0f40d18d91cfd2a210d282cda2939c2ef2fe Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sun, 12 Apr 2015 07:09:25 +0000 Subject: [PATCH] Remove it... FossilOrigin-Name: 810fce9cfa646b5c221ef42705598d9391359e513bfbe7026d316627dabf8692 --- src/capwap/acinfo.h | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/capwap/acinfo.h b/src/capwap/acinfo.h index f5dd3bc9..b4ab006b 100644 --- a/src/capwap/acinfo.h +++ b/src/capwap/acinfo.h @@ -14,27 +14,11 @@ #include "radioinfo.h" -/* -struct acip{ - struct sockaddr_storage ip; - int wtp_count; -}; - -typedef struct acip ACIP; -typedef struct avltree ACIPLIST; - -ACIPLIST * aciplist_create(); -#define aciplist_destroy(l) avltree_destroy(l) -#define aciplist_add(l,elem) avltree_add(l,elem) -#define aciplist_foreach(l,callback,cbpriv) avltree_foreach_asc(l,callback,cbpriv) -*/ - - /** * Structure to hold info about an AC */ -struct ac_info{ +struct XXXac_info{ int stations; int limit; int active_wtps;