Add critical section on netlink send message
This commit is contained in:
@ -24,6 +24,7 @@ struct ac_kmod_handle {
|
||||
int nlsmartcapwap_id;
|
||||
|
||||
/* Send message */
|
||||
capwap_lock_t msglock;
|
||||
struct nl_sock* nlmsg;
|
||||
struct nl_cb* nlmsg_cb;
|
||||
};
|
||||
|
Reference in New Issue
Block a user