Fixed recursive lock problem in closeConnection
This commit is contained in:
parent
b263926ea6
commit
c25ceaf06b
2 changed files with 15 additions and 9 deletions
|
@ -145,6 +145,9 @@ public:
|
|||
void (*_netif_set_up)(NETIF_SET_UP_SIG);
|
||||
void (*_netif_poll)(NETIF_POLL_SIG);
|
||||
|
||||
|
||||
Mutex _lock;
|
||||
|
||||
LWIPStack(const char* path) :
|
||||
_libref(NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue