From e11e428fa9014f0795d4c503b3afd93d0aa7c7c4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 12 May 2024 16:56:59 +0300 Subject: DB::FILE_BLOB rewritten using DB::EventInfo::m_json --- include/m_database.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/m_database.h b/include/m_database.h index 788b627cd1..169ac00eb3 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -737,6 +737,8 @@ namespace DB bool isAlertable() const; // should raise SRMM window wchar_t* getString(const char *str) const; + + void flushJson(); JSONNode& setJson(); }; -- cgit v1.2.3