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>2013-09-27 15:29:47 +0400
committerAndris Zeila <andris.zeila@zabbix.com>2013-09-27 15:29:47 +0400
commit7ba7bbf4adf03b26e865911056ad5c5c191db837 (patch)
tree1cfb3a4bd7ab4d1750ec72541c19e7e50d94335a /include/ipc.h
parentbcc72bda7b134c40fa00829aa1f02f9366b535b5 (diff)
.......PS. [ZBXNEXT-1633] added vmware collector process
The vmware collector processes are resposible for gathering data from vmware services, preprocessing it and storing into shared memory. Pollers will access already gathered data and will not have to wait while the data is being retrieved.
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 a5cbf763591..3626d759504 100644
--- a/include/ipc.h
+++ b/include/ipc.h
@@ -33,6 +33,7 @@
#define ZBX_IPC_COLLECTOR_DISKSTAT 'm'
#define ZBX_IPC_SELFMON_ID 'S'
#define ZBX_IPC_VALUECACHE_ID 'v'
+#define ZBX_IPC_VMWARE_ID 'w'
key_t zbx_ftok(char *path, int id);
int zbx_shmget(key_t key, size_t size);