Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Simonenko <sergey.simonenko@zabbix.com>2021-11-22 11:22:05 +0300
committerSergey Simonenko <sergey.simonenko@zabbix.com>2021-11-22 11:22:05 +0300
commita5356404dbc737f69146660360d7337fd55f0dee (patch)
treefaccf6ea95e6930badc736092ae0e6911a0633f8 /include/db.h
parentfbf035f0b43ad21fa118cd890de957639114f58a (diff)
........S. [ZBXNEXT-6250] initial commit
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
index 4d88eabebdd..0f44c9d07bd 100644
--- a/include/db.h
+++ b/include/db.h
@@ -489,6 +489,7 @@ typedef struct
unsigned char pause_suppressed;
unsigned char recovery;
unsigned char status;
+ unsigned char notify_canceled;
}
DB_ACTION;