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:
authorAndris Zeila <andris.zeila@zabbix.com>2017-12-08 14:34:15 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2017-12-08 14:34:15 +0300
commitf7e41e71fbc4b5cdf5c1afbfbc8297d40b3f2729 (patch)
tree597c112a7f9524a8c2cdb0fe4e91fd2fafeb70d4 /include/zbxtasks.h
parent24d465ab5d29fb83959a5b015f837ba811f0c846 (diff)
....I..... [ZBXNEXT-4108] postpone trigger event/problem name update by creating task that will be processed by server
Diffstat (limited to 'include/zbxtasks.h')
-rw-r--r--include/zbxtasks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxtasks.h b/include/zbxtasks.h
index e3e26e3ca9b..bddee908fba 100644
--- a/include/zbxtasks.h
+++ b/include/zbxtasks.h
@@ -33,6 +33,7 @@
#define ZBX_TM_TASK_REMOTE_COMMAND 2
#define ZBX_TM_TASK_REMOTE_COMMAND_RESULT 3
#define ZBX_TM_TASK_ACKNOWLEDGE 4
+#define ZBX_TM_TASK_UPDATE_EVENTNAMES 5
/* task manager task states */
#define ZBX_TM_STATUS_NEW 1