thread fixes...
This commit is contained in:
parent
37497ec2a8
commit
84747b1a14
2 changed files with 20 additions and 12 deletions
|
@ -110,7 +110,7 @@ namespace ZeroTier {
|
|||
*/
|
||||
class LWIPStack
|
||||
{
|
||||
private:
|
||||
public:
|
||||
void *_libref;
|
||||
|
||||
void (*_lwip_init)();
|
||||
|
@ -150,7 +150,6 @@ private:
|
|||
|
||||
Mutex _lock;
|
||||
|
||||
public:
|
||||
LWIPStack(const char* path) :
|
||||
_libref(NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue