summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-12-04 15:43:21 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-12-04 15:49:44 +0300
commit94cdcf74db906bf6ea058e30d9d3c619dae3c338 (patch)
tree584c6dbcb1636a9abf05c08d1684cd706f6f0af9 /include
parent0ac48b60e611721486e195447578c0e4733dec23 (diff)
DB::EventInfo::unload - a helper to invalidate event contents
Diffstat (limited to 'include')
-rw-r--r--include/m_database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_database.h b/include/m_database.h
index d47936bd56..9df09c881e 100644
--- a/include/m_database.h
+++ b/include/m_database.h
@@ -688,6 +688,7 @@ namespace DB
~EventInfo();
bool fetch(MEVENT hEvent, bool bFetchBlob = true);
+ void unload();
__forceinline operator bool() const { return bValid; }