mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
More platform-related build fixes
This commit is contained in:
parent
b7d9290de9
commit
e734019216
5 changed files with 20 additions and 34 deletions
|
@ -32,6 +32,8 @@ class EthernetTap
|
|||
public:
|
||||
static std::shared_ptr<EthernetTap> newInstance(
|
||||
const char *tapDeviceType, // OS-specific, NULL for default
|
||||
unsigned int concurrency,
|
||||
bool pinning,
|
||||
const char *homePath,
|
||||
const MAC &mac,
|
||||
unsigned int mtu,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue