mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-06 10:45:45 +00:00
It's enough to document a variable in one place
Let's not have slightly different documentation for the same variables in the SigUtil.hpp and SigUtil.cpp files. That is just silly.
This commit is contained in:
@ -36,13 +36,10 @@
|
|||||||
#include "Common.hpp"
|
#include "Common.hpp"
|
||||||
#include "Log.hpp"
|
#include "Log.hpp"
|
||||||
|
|
||||||
/// Flag to request hard termination.
|
|
||||||
std::atomic<bool> TerminationFlag(false);
|
std::atomic<bool> TerminationFlag(false);
|
||||||
/// Flag to request dumping of all internal state
|
|
||||||
std::atomic<bool> DumpGlobalState(false);
|
std::atomic<bool> DumpGlobalState(false);
|
||||||
|
|
||||||
#ifndef MOBILEAPP
|
#ifndef MOBILEAPP
|
||||||
/// Flag to request WSD to notify clients and shutdown.
|
|
||||||
std::atomic<bool> ShutdownRequestFlag(false);
|
std::atomic<bool> ShutdownRequestFlag(false);
|
||||||
|
|
||||||
std::mutex SigHandlerTrap;
|
std::mutex SigHandlerTrap;
|
||||||
|
Reference in New Issue
Block a user