src/routing/olsr/olsr-agent-impl.cc
changeset 3853 f04e7f61b1ed
parent 3487 6f68f1044df1
child 3970 8658841e4782
--- a/src/routing/olsr/olsr-agent-impl.cc	Fri Nov 07 11:36:15 2008 -0800
+++ b/src/routing/olsr/olsr-agent-impl.cc	Fri Nov 07 19:51:00 2008 +0000
@@ -2435,7 +2435,11 @@
     }
 }
 
-
+Ptr<const olsr::RoutingTable>
+AgentImpl::GetRoutingTable () const
+{
+  return m_routingTable;
+}
 
 }} // namespace olsr, ns3