[Xorp-users] error with XRLs

Jeff Krasky kras0021@umn.edu
Fri, 04 Feb 2005 17:16:37 CST


> In your first email you said that you have declared inside your
> bgp_beacon.hh file the variable
> 
> EventLoop _eventloop;
> 
> One thing that comes to mind is that you may have end-up with more
> than one eventloop. Inside your program you cannot have more than
> one. Hence, I'd recommend that you declare the eventloop inside the
> main program, and then pass it as a reference to the BgpBeacon
> constructor.

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?