From 60ea765c61f6721e812df5ab615c14edbe4d3f03 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 22 Feb 2008 20:07:08 +0000 Subject: added routing table basic structure --- router.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'router.h') diff --git a/router.h b/router.h index dd8a2b9..8d914c2 100644 --- a/router.h +++ b/router.h @@ -35,6 +35,7 @@ #include "datatypes.h" #include "connectionParam.h" #include "connectionList.h" +#include "routingTable.h" class Router { @@ -48,6 +49,7 @@ private: Router(const Router &s); void operator=(const Router &s); ConnectionList& con_list_; + RoutingTable rt_; Mutex mutex_; }; -- cgit v1.2.3