Newly broken out OSX tap driver builds now.

This commit is contained in:
Adam Ierymenko 2014-07-31 15:13:48 -07:00
commit 526435859f
4 changed files with 28 additions and 21 deletions

View file

@ -78,6 +78,8 @@ private:
void *_arg;
Thread _thread;
std::string _dev;
unsigned int _mtu;
unsigned int _metric;
int _fd;
int _shutdownSignalPipe[2];
volatile bool _enabled;