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>2015-12-15 12:40:14 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2015-12-15 12:40:14 +0300
commit3f3820c73cbb7ef86f3b3a055515133650233175 (patch)
tree165c7bef6a0d19182b7deef2fa85ca55a3a3e997 /include/ipc.h
parent66e195af2802515313a9d63e1dbb6fdc310d7a1d (diff)
....I..PS. [ZBXNEXT-3071] Added internal items to monitor history index cache, updated templates, minor coding/comment fixes
Diffstat (limited to 'include/ipc.h')
-rw-r--r--include/ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ipc.h b/include/ipc.h
index bbc092e8f17..8d091543e5c 100644
--- a/include/ipc.h
+++ b/include/ipc.h
@@ -30,7 +30,7 @@
#define ZBX_IPC_CONFIG_ID 'g'
#define ZBX_IPC_HISTORY_ID 'h'
-#define ZBX_IPC_HISTORY_DATA_ID 'H'
+#define ZBX_IPC_HISTORY_INDEX_ID 'H'
#define ZBX_IPC_TREND_ID 't'
#define ZBX_IPC_STRPOOL_ID 's'
#define ZBX_IPC_COLLECTOR_ID 'l'