ports/net/xorp/files/patch-fea__tools__show_interfaces.hh
Antoine Brodin 54dc2eefda - Update to 1.8.5
- Unbreak and unexpire
- Stage support

PR:		ports/186982
Submitted by:	Johannes 5 Joemann
2014-02-26 21:54:59 +00:00

20 lines
478 B
C++

--- ./fea/tools/show_interfaces.hh.orig 2010-07-19 21:10:33.000000000 +0000
+++ ./fea/tools/show_interfaces.hh 2014-02-26 21:17:13.000000000 +0000
@@ -79,6 +79,8 @@
*/
void print_interfaces(const string& print_iface_name) const;
+ EventLoop& _eventloop;
+
protected:
//
// IfMgrHintObserver methods
@@ -132,7 +134,7 @@
*/
int ifmgr_shutdown();
- EventLoop& _eventloop;
+ // EventLoop& _eventloop;
IfMgrXrlMirror _ifmgr;