src/routing/aodv/aodv-rtable.h
changeset 5586 18b0f80bbab7
parent 5584 1c5ed08002fe
child 5591 e0448da5da14
child 5592 b74806ad2935
--- a/src/routing/aodv/aodv-rtable.h	Wed Jul 15 14:17:30 2009 +0400
+++ b/src/routing/aodv/aodv-rtable.h	Wed Jul 15 15:09:14 2009 +0400
@@ -194,6 +194,8 @@
   bool Update(Ipv4Address dst, aodv_rt_entry & rt);
   /// Set routing table entry flags
   void SetEntryState (Ipv4Address dst, uint8_t state /*TODO use enum*/);
+  /// Print routing table
+  void Print(std::ostream &os) const;
 
 private:
   std::map<Ipv4Address, aodv_rt_entry> rthead;