ports/net/xorp/files/patch-fea__tools__show_interfaces.hh
Hiroki Sato 0a0906700b - Use USE_GITHUB.
- Add USE_LDCONFIG when SHARED is enabled.
- Use OPTIONS_SUB.
- Use {opt}_FOO wherever possible.
- Normalize patch files.
- Take maintainership.
2015-09-07 19:04:23 +00:00

20 lines
443 B
C++

--- fea/tools/show_interfaces.hh.orig 2012-01-11 17:56:10 UTC
+++ fea/tools/show_interfaces.hh
@@ -79,6 +79,8 @@ public:
*/
void print_interfaces(const string& print_iface_name) const;
+ EventLoop& _eventloop;
+
protected:
//
// IfMgrHintObserver methods
@@ -132,7 +134,7 @@ private:
*/
int ifmgr_shutdown();
- EventLoop& _eventloop;
+ // EventLoop& _eventloop;
IfMgrXrlMirror _ifmgr;