From f2474da8648b95340456a2695fc2c90e043dabec Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 13 Dec 2007 16:22:02 +0000 Subject: added Synccommand / now connection updates work / sync is multi connection capable --- router.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'router.h') diff --git a/router.h b/router.h index 9c22329..dd8a2b9 100644 --- a/router.h +++ b/router.h @@ -41,7 +41,7 @@ class Router public: Router(ConnectionList& cl); ~Router(); - void addConnection(ConnectionParam &conn,const std::string &name); + void addConnection(ConnectionParam &conn,u_int16_t mux); ConnectionParam getRoute(); private: -- cgit v1.2.3