Add first draft of calls to backend web service

This commit is contained in:
vemax78
2013-07-23 22:10:26 +02:00
parent c857ab0d7f
commit 4953ff684d
7 changed files with 293 additions and 4 deletions

View File

@ -105,6 +105,9 @@ struct ac_t {
/* Dtls */
int enabledtls;
struct capwap_dtls_context dtlscontext;
/* Backend Management */
struct capwap_array* availablebackends;
};
extern struct ac_t g_ac;