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

Unified Diff: src/routing/global-routing/global-route-manager-impl.h

Issue 65047: ns-3 ipv4 changes
Patch Set: Created 14 years, 10 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/global-routing/global-route-manager-impl.h
===================================================================
--- a/src/routing/global-routing/global-route-manager-impl.h
+++ b/src/routing/global-routing/global-route-manager-impl.h
@@ -337,7 +337,7 @@ public:
* @param id The interface index to use when forwarding packets to the host or
* network represented by "this" SPFVertex.
*/
- void SetOutgoingInterfaceId (uint32_t id);
+ void SetOutgoingInterfaceId (int32_t id);
/**
* @brief Get the IP address that should be used to begin forwarding packets
@@ -569,7 +569,7 @@ private:
Ipv4Address m_vertexId;
GlobalRoutingLSA* m_lsa;
uint32_t m_distanceFromRoot;
- uint32_t m_rootOif;
+ int32_t m_rootOif;
Ipv4Address m_nextHop;
SPFVertex* m_parent;
typedef std::list<SPFVertex*> ListOfSPFVertex_t;

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