working commit
This commit is contained in:
+2
-2
@@ -16,9 +16,9 @@ private:
|
||||
std::binary_semaphore done{0};
|
||||
Interface interface;
|
||||
public:
|
||||
void Handle(int newsock, std::string laddr, std::string raddr, int prefix);
|
||||
void Handle(int newsock, std::string laddr, std::string raddr, std::vector<std::string> routes);
|
||||
void RecvMessages(void);
|
||||
void SendMessages(std::string raddr);
|
||||
void SendMessages(void);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user