mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
20 lines
478 B
C++
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;
|
|
|