More platform-related build fixes

This commit is contained in:
Joseph Henry 2024-08-21 14:06:25 -07:00
commit e734019216
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
5 changed files with 20 additions and 34 deletions

View file

@ -35,6 +35,8 @@ class LinuxEthernetTap : public EthernetTap
public:
LinuxEthernetTap(
const char *homePath,
unsigned int concurrency,
bool pinning,
const MAC &mac,
unsigned int mtu,
unsigned int metric,