Build fix for FreeBSD

This commit is contained in:
Joseph Henry 2024-08-26 12:54:36 -07:00
commit 95983ba168
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
2 changed files with 8 additions and 13 deletions

View file

@ -36,6 +36,7 @@ public:
BSDEthernetTap(
const char *homePath,
unsigned int concurrency,
bool pinning,
const MAC &mac,
unsigned int mtu,
unsigned int metric,
@ -65,6 +66,7 @@ private:
void (*_handler)(void *,void *,uint64_t,const MAC &,const MAC &,unsigned int,unsigned int,const void *,unsigned int);
void *_arg;
unsigned int _concurrency;
bool _pinning;
uint64_t _nwid;
Thread _thread;
std::string _dev;