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>2006-09-20 10:58:59 +0400
committerAlexei Vladishev <alexei.vladishev@zabbix.com>2006-09-20 10:58:59 +0400
commit0db990a9c056dbb41149f3192c69b917b8ed2bc9 (patch)
tree7e37488f7fecedcdc32da94a3dfd2d78a4848224 /include/zbxtypes.h
parent0da6a00603546c5ddb9d9847f88b27ac3098cdf0 (diff)
- table ALARMS renamed to EVENTS (Alexei)
- more development of distributed monitoring
Diffstat (limited to 'include/zbxtypes.h')
-rwxr-xr-xinclude/zbxtypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zbxtypes.h b/include/zbxtypes.h
index 4bc35c1eb11..1abe1ae61c2 100755
--- a/include/zbxtypes.h
+++ b/include/zbxtypes.h
@@ -54,4 +54,6 @@
# define S_ISREG(x) (((x) & S_IFMT) == S_IFREG)
#endif
+#define ZBX_STR2UINT64(uint,string) scanf(string ,ZBX_FS_UI64 ,&uint);
+
#endif