internal: Replace monitor rule when disabling head. (#6136)

Closes #5978
This commit is contained in:
Alessio Molinari 2024-05-23 21:15:31 +02:00 committed by GitHub
parent 255272ea18
commit eea0a6a704
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 1 deletions

View file

@ -128,6 +128,7 @@ class CConfigManager {
void performMonitorReload();
void appendMonitorRule(const SMonitorRule&);
bool replaceMonitorRule(const SMonitorRule&);
bool m_bWantsMonitorReload = false;
bool m_bForceReload = false;
bool m_bNoMonitorReload = false;