thread fixes...

This commit is contained in:
Adam Ierymenko 2015-09-24 13:01:19 -07:00
parent 37497ec2a8
commit 84747b1a14
2 changed files with 20 additions and 12 deletions

View file

@ -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)
{