Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Unified Diff: src/routing/aodv/aodv-routing-protocol.h

Issue 3613041: ns-3 print routing tables
Patch Set: provide const version of Purge() Created 14 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/routing/aodv/aodv-routing-protocol.h
===================================================================
--- a/src/routing/aodv/aodv-routing-protocol.h
+++ b/src/routing/aodv/aodv-routing-protocol.h
@@ -34,6 +34,7 @@
#include "aodv-neighbor.h"
#include "aodv-dpd.h"
#include "ns3/node.h"
+#include "ns3/output-stream-wrapper.h"
#include "ns3/ipv4-routing-protocol.h"
#include "ns3/ipv4-interface.h"
#include "ns3/ipv4-l3-protocol.h"
@@ -58,7 +59,7 @@
RoutingProtocol ();
virtual ~RoutingProtocol();
virtual void DoDispose ();
-
+
///\name From Ipv4RoutingProtocol
//\{
Ptr<Ipv4Route> RouteOutput (Ptr<Packet> p, const Ipv4Header &header, Ptr<NetDevice> oif, Socket::SocketErrno &sockerr);
@@ -70,6 +71,7 @@
virtual void NotifyAddAddress (uint32_t interface, Ipv4InterfaceAddress address);
virtual void NotifyRemoveAddress (uint32_t interface, Ipv4InterfaceAddress address);
virtual void SetIpv4 (Ptr<Ipv4> ipv4);
+ virtual void PrintRoutingTable (Ptr<OutputStreamWrapper> stream) const;
//\}
///\name Handle protocol parameters

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b