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-09 15:26:00 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2017-02-09 15:26:00 +0300
commit7e8de11f938fb51d2859141735f06f76931b4957 (patch)
tree013fa66d73076a4a8da82b08f299efc84a46a359 /include/ipc.h
parent73d789c423710a012fae1d9e5d6a76ea22ef588a (diff)
...G...PS. [ZBXNEXT-3687] bubbled up exit() calls from IPC functions to the main() functions and main process threads
Diffstat (limited to 'include/ipc.h')
-rw-r--r--include/ipc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ipc.h b/include/ipc.h
index cca3ac752ae..eb1d626da20 100644
--- a/include/ipc.h
+++ b/include/ipc.h
@@ -30,7 +30,6 @@
#define ZBX_IPC_COLLECTOR_ID 'l'
#define ZBX_IPC_COLLECTOR_DISKSTAT 'm'
-#define ZBX_IPC_SELFMON_ID 'S'
#define ZBX_IPC_COLLECTOR_PROC_ID 'p'
key_t zbx_ftok(char *path, int id);