From 5dd8452652544890fbc00501b2ba312cfd97beff Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 9 Dec 2023 15:34:29 +0300 Subject: DB::EventInfo.isAlertable - a helper to detect whether a SRMM window should be raised for an event or not --- include/m_database.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_database.h b/include/m_database.h index 9df09c881e..caf2546e42 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -694,6 +694,7 @@ namespace DB bool isSrmm() const; // could be displayed in a SRMM window bool isHistory() const; // could be displayed in a history window + bool isAlertable() const; // should raise SRMM window wchar_t* getString(const char *str) const; }; -- cgit v1.2.3