mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 21:03:57 -07:00
Newly broken out OSX tap driver builds now.
This commit is contained in:
parent
98d426e1d5
commit
526435859f
4 changed files with 28 additions and 21 deletions
|
@ -29,13 +29,14 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "OSXEthernetTapFactory.hpp"
|
||||
#include "OSXEthernetTap.hpp"
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
OSXEthernetTapFactory::OSXEthernetTapFactory(const char *pathToTapKext,const char *tapKextName)
|
||||
OSXEthernetTapFactory::OSXEthernetTapFactory(const char *pathToTapKext,const char *tapKextName) :
|
||||
_pathToTapKext((pathToTapKext) ? pathToTapKext : ""),
|
||||
_tapKextName((tapKextName) ? tapKextName : "")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue