Added getRoutes() for libzt

This commit is contained in:
Joseph Henry 2017-08-10 00:59:15 -07:00
parent 1c04cc0485
commit ee1dc16e8f
2 changed files with 7 additions and 22 deletions

View file

@ -150,10 +150,9 @@ public:
virtual void leave(const char *hp) = 0;
virtual void join(const char *hp) = 0;
virtual std::string givenHomePath() = 0;
virtual EthernetTap * getTap(uint64_t nwid) = 0;
virtual EthernetTap * getTap(InetAddress &addr) = 0;
virtual Node * getNode() = 0;
virtual void removeNets() = 0;
virtual std::vector<ZT_VirtualNetworkRoute> *getRoutes(uint64_t nwid) = 0;
#endif
/**