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:
authorAlexei Vladishev <alexei.vladishev@zabbix.com>2009-07-21 15:59:27 +0400
committerAlexei Vladishev <alexei.vladishev@zabbix.com>2009-07-21 15:59:27 +0400
commite9cda251c70cb7f8579bbfdf2ac066a0c628d64c (patch)
tree4024ddfc755a461270a39a44a080d33e2ff4c654 /include/ipc.h
parent357c7e0c181652969d3d7d586107cc20ce3e1b8f (diff)
[DEV-137] added detection of multi-level transations, queries which are out of transactions, other improvements
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 f49ec94799f..7a930809afd 100644
--- a/include/ipc.h
+++ b/include/ipc.h
@@ -25,5 +25,6 @@
#endif /* _WINDOWS */
key_t zbx_ftok(char *path, int id);
+int zbx_shmget(key_t key, size_t size);
#endif