[Xorp-users] error with XRLs

Bruce M Simpson bms@spc.org
Fri, 4 Feb 2005 23:33:20 +0000


On Fri, Feb 04, 2005 at 05:16:37PM -0600, Jeff Krasky wrote:
> How come in the static_routes directory there is an EventLoop declared in
> xorp_static_routes.cc AND in static_routes_node.hh?  Wouldn't this make for
> 2 EventLoops?

No, because static_routes_node.hh's declaration of EventLoop is actually
declared as a reference to the EventLoop defined in xorp_static_routes.cc.

BMS