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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2011-02-21 22:39:32 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2011-02-21 22:39:32 +0300
commita80a400b080c536b21cfcc02a1fc9589139975a2 (patch)
tree8bdbf76d8c10b6313cc4ebafd4923b90b108884d /include/ipc.h
parentc4fa461d04093213cd4a9ea85d557caf514256d7 (diff)
- [ZBXNEXT-408] added zabbix[process,...] internal checks
[merge branches/1.8 -c17989]
Diffstat (limited to 'include/ipc.h')
-rw-r--r--include/ipc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ipc.h b/include/ipc.h
index 8d52154d8f0..cb671034de2 100644
--- a/include/ipc.h
+++ b/include/ipc.h
@@ -30,6 +30,7 @@
#define ZBX_IPC_TREND_ID 't'
#define ZBX_IPC_STRPOOL_ID 's'
#define ZBX_IPC_COLLECTOR_ID 'l'
+#define ZBX_IPC_SELFMON_ID 'S'
key_t zbx_ftok(char *path, int id);
int zbx_shmget(key_t key, size_t size);