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:
authorGlebs Ivanovskis <git-no-reply@zabbix.com>2017-02-07 18:11:32 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2017-02-07 18:11:32 +0300
commitb1b71d3dbd7fd79e006701bac117a783cfd48130 (patch)
tree82e85bf0e24db5deae54d9b12a4d414e09047a29 /include/ipc.h
parent11b3b0de252492869510ad8c73e6241260fd43b0 (diff)
...GI..PS. [ZBXNEXT-3687] ported changes from ZBX-11747 branch
Diffstat (limited to 'include/ipc.h')
-rw-r--r--include/ipc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/ipc.h b/include/ipc.h
index be3de8f9197..cca3ac752ae 100644
--- a/include/ipc.h
+++ b/include/ipc.h
@@ -28,16 +28,9 @@
#define ZBX_NONEXISTENT_SHMID (-1)
-#define ZBX_IPC_CONFIG_ID 'g'
-#define ZBX_IPC_HISTORY_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'
#define ZBX_IPC_COLLECTOR_DISKSTAT 'm'
#define ZBX_IPC_SELFMON_ID 'S'
-#define ZBX_IPC_VALUECACHE_ID 'v'
-#define ZBX_IPC_VMWARE_ID 'w'
#define ZBX_IPC_COLLECTOR_PROC_ID 'p'
key_t zbx_ftok(char *path, int id);