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

Unified Diff: src/click/model/ipv4-click-routing.h

Issue 5661044: Bug 1111 - new classes and refactoring RouteOutput()
Patch Set: Created 12 years, 1 month 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
« no previous file with comments | « src/aodv/model/aodv-routing-protocol.cc ('k') | src/click/model/ipv4-click-routing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/click/model/ipv4-click-routing.h
===================================================================
--- a/src/click/model/ipv4-click-routing.h
+++ b/src/click/model/ipv4-click-routing.h
@@ -232,7 +232,7 @@
void Receive (Ptr<Packet> p, Mac48Address receiverAddr, Mac48Address dest);
// From Ipv4RoutingProtocol
- virtual Ptr<Ipv4Route> RouteOutput (Ptr<Packet> p, const Ipv4Header &header, Ptr<NetDevice> oif, Socket::SocketErrno &sockerr);
+ virtual Ptr<Ipv4Route> RouteOutput (Ptr<Packet> p, const Ipv4FlowI &flowi, Socket::SocketErrno &sockerr);
virtual bool RouteInput (Ptr<const Packet> p, const Ipv4Header &header, Ptr<const NetDevice> idev,
UnicastForwardCallback ucb, MulticastForwardCallback mcb,
LocalDeliverCallback lcb, ErrorCallback ecb);
« no previous file with comments | « src/aodv/model/aodv-routing-protocol.cc ('k') | src/click/model/ipv4-click-routing.cc » ('j') | no next file with comments »

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