mbag, mavl stuff, json writer - reader...
FossilOrigin-Name: fead99e8075b4f8aa183f6b13102f906fe886dcf1ed19312c035f5fd106d1b02
This commit is contained in:
@ -27,6 +27,11 @@ struct mbag_item *cw_out_get_local(struct conn *conn, struct cw_action_out *a)
|
||||
return mbag_get(conn->local,a->item_id);
|
||||
}
|
||||
|
||||
struct mbag_item *cw_out_get_config(struct conn *conn, struct cw_action_out *a)
|
||||
{
|
||||
return mbag_get(conn->config,a->item_id);
|
||||
}
|
||||
|
||||
|
||||
|
||||
#include "capwap.h"
|
||||
|
Reference in New Issue
Block a user