diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-12-13 16:22:02 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-12-13 16:22:02 +0000 |
commit | f2474da8648b95340456a2695fc2c90e043dabec (patch) | |
tree | 08e29164bde8fb4a98b2720f3dcb75732905ed87 /router.h | |
parent | added mux_type (diff) |
added Synccommand / now connection updates work / sync is multi connection capable
Diffstat (limited to 'router.h')
-rw-r--r-- | router.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |