FossilOrigin-Name: 5cc472aaf15b6e5dfe9beb3241c11f51af85dc3a29d94fee47992cbaf794fde2bsdmakefiles
parent
284c81f1a8
commit
3d51c17a9a
@ -0,0 +1,25 @@ |
||||
|
||||
#include "cw/mlist.h" |
||||
#include "cw/mavl.h" |
||||
|
||||
struct cw_DiscoveryCache{ |
||||
int len; |
||||
|
||||
}; |
||||
|
||||
struct CacheElem{ |
||||
struct sockaddr_storage addr; |
||||
const char *mod_capwap; |
||||
const char *mod_bindings; |
||||
|
||||
}; |
||||
|
||||
void discovery_cache_destroy(struct cw_DiscoveryCache * c) |
||||
{ |
||||
|
||||
} |
||||
|
||||
struct cw_DiscoveryCache * discovery_cache_init(int len){ |
||||
|
||||
return NULL; |
||||
} |
Loading…
Reference in new issue