summaryrefslogtreecommitdiffstats
path: root/src/database/rrd.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/database/rrd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/database/rrd.h b/src/database/rrd.h
index 097e2502..bd31e21e 100644
--- a/src/database/rrd.h
+++ b/src/database/rrd.h
@@ -1043,7 +1043,6 @@ struct alarm_entry {
STRING *recipient;
time_t exec_run_timestamp;
int exec_code;
- uint64_t exec_spawn_serial;
STRING *source;
STRING *units;
@@ -1069,6 +1068,8 @@ struct alarm_entry {
time_t last_repeat;
+ POPEN_INSTANCE *popen_instance;
+
struct alarm_entry *next;
struct alarm_entry *next_in_progress;
struct alarm_entry *prev_in_progress;