freebsd-ports/net/xorp/files/patch-rtrmgr__module_manager.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

12 lines
526 B
C++

--- rtrmgr/module_manager.hh.orig 2012-01-11 17:56:10 UTC
+++ rtrmgr/module_manager.hh
@@ -144,7 +144,9 @@ private:
string _expath; // The expanded absolute path to the program
bool _do_exec; // false indicates we're running in test mode,
// when we may not actually start any processes
+public:
bool _verbose; // Set to true if output is verbose
+private:
XorpTimer _shutdown_timer; // A timer used during shutdown
XorpCallback0<void>::RefPtr _terminate_cb; // The cb when module terminated
};