opnsense-ports/net/xorp/files/patch-rtrmgr__module_command.hh
Franco Fichtner 69b48d3f1e */*: sync with upstream
Taken from: FreeBSD
2015-09-10 05:23:56 +02:00

10 lines
303 B
C++

--- rtrmgr/module_command.hh.orig 2012-01-11 17:56:10 UTC
+++ rtrmgr/module_command.hh
@@ -87,6 +87,7 @@ private:
Action* _status_method;
Action* _startup_method;
Action* _shutdown_method;
+public:
bool _execute_done;
bool _verbose; // Set to true if output is verbose
};