Linux build fixes, and new route code seems to work.

This commit is contained in:
Adam Ierymenko 2020-11-13 22:25:12 -05:00
parent 5ea7ef6b65
commit 4aab9121d9
3 changed files with 10 additions and 8 deletions

View file

@ -19,6 +19,8 @@
#ifdef __LINUX__
#include <vector>
#include <map>
#include <set>
#include <sys/socket.h>
#include <asm/types.h>
@ -123,7 +125,7 @@ private:
uint32_t _seq;
std::map< InetAddress,std::set<Route> > _routes;
std::map< InetAddress,std::set<LinuxNetLink::Route> > _routes;
Mutex _routes_m;
struct iface_entry {