Playing round with a new state machine concept.
FossilOrigin-Name: b15d1beded51369384764d634c232711fc37027a08e25ad22b5ed0e841b9e574
This commit is contained in:
@ -30,11 +30,18 @@
|
||||
#include "cwrmsg.h"
|
||||
#include "wtpinfo.h"
|
||||
|
||||
|
||||
#include "cw_action.h"
|
||||
|
||||
struct conn{
|
||||
int sock;
|
||||
struct sockaddr_storage addr;
|
||||
int recv_timeout;
|
||||
|
||||
cw_actionlist_t msgtr;
|
||||
|
||||
uint8_t capwap_state;
|
||||
|
||||
FRAGMAN * fragman;
|
||||
// void (* process_message)(void *,uint8_t *,uint8_t *, int);
|
||||
|
||||
|
Reference in New Issue
Block a user