summaryrefslogtreecommitdiffstats
path: root/database/rrd.h
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2023-06-05 18:16:28 +0300
committerGitHub <noreply@github.com>2023-06-05 18:16:28 +0300
commit81174475a315fdf5a0b6d23bd5edbae82d028cb1 (patch)
treebabac50e663952097bb8db5aacf544ce744984cf /database/rrd.h
parentcfc91853eb8ed17572076e9ebc26a40d40391402 (diff)
Generate, store and transmit a unique alert event_hash_id (#15111)
* generate and store an event_hash_id * transmit to cloud * transmit to the cloud
Diffstat (limited to 'database/rrd.h')
-rw-r--r--database/rrd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/rrd.h b/database/rrd.h
index 0f67a3b770..c78f9a6c76 100644
--- a/database/rrd.h
+++ b/database/rrd.h
@@ -977,6 +977,7 @@ struct alarm_entry {
uint32_t alarm_id;
uint32_t alarm_event_id;
uuid_t config_hash_id;
+ uuid_t transition_id;
time_t when;
time_t duration;