Add support to soap session into function

This commit is contained in:
vemax78
2013-08-07 21:48:22 +02:00
parent 6b424c5406
commit 46857e8864
7 changed files with 84 additions and 13 deletions

View File

@ -107,6 +107,9 @@ struct ac_t {
struct capwap_dtls_context dtlscontext;
/* Backend Management */
char* backendacid;
char* backendversion;
char* backendsessionid;
struct capwap_array* availablebackends;
};