Got rid of conn->actions
But there are now a lot of TODO XXX FossilOrigin-Name: 48a574ca77230265480a3054d8f6009d6074a476dd0d39c8544f5fb972ecb615
This commit is contained in:
@ -96,7 +96,9 @@ struct conn {
|
||||
/** Actionsdefs - this defines the possible actions for
|
||||
this conn object, so in the end this is the specification
|
||||
of the protocoll */
|
||||
struct cw_actiondef *actions;
|
||||
// struct cw_actiondef *actions;
|
||||
|
||||
struct cw_MsgSet * msgset;
|
||||
|
||||
/** Current CAPWAP state */
|
||||
|
||||
|
Reference in New Issue
Block a user