Generalized Util::Config::is_restarting for rolling restarts, added rolling restart support to listening socket outputs
This commit is contained in:
parent
26c9f964be
commit
5418c1fefc
11 changed files with 74 additions and 26 deletions
|
@ -24,6 +24,7 @@ namespace Util{
|
|||
public:
|
||||
// variables
|
||||
static bool is_active; ///< Set to true by activate(), set to false by the signal handler.
|
||||
static bool is_restarting; ///< Set to true when restarting, set to false on boot.
|
||||
static uint32_t printDebugLevel;
|
||||
static std::string streamName; ///< Used by debug messages to identify the stream name
|
||||
// functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue