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>2010-06-16 16:40:24 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2010-06-16 16:40:24 +0400
commitf9066a8beea71a6c123e4436dae9349612de2d6c (patch)
tree9af9da4039b04af39dcddeaf012e35512c1c1e2c /include/zbxtypes.h
parenta176d97fedaece6961b645c5689bfc23d99d8f77 (diff)
- [ZBX-2532] fixed outdated information in "server info" screen element (Sasha)
- [ZBXNEXT-377] added support of passive mode for proxies (Sasha) [Removed unused macros ZBX_POLLER and ZBX_UNUSED(a) (asaveljevs)] [Removed functions zbx_atoui64() and zbx_atod() (asaveljevs)] [svn merge svn://svn.zabbix.com/branches/1.8 -c12802]
Diffstat (limited to 'include/zbxtypes.h')
-rw-r--r--include/zbxtypes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/zbxtypes.h b/include/zbxtypes.h
index 99b61ecc999..38007cfa679 100644
--- a/include/zbxtypes.h
+++ b/include/zbxtypes.h
@@ -123,9 +123,9 @@
# define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR)
#endif
-#define ZBX_STR2UINT64(uint,string) sscanf(string ,ZBX_FS_UI64 ,&uint);
-#define ZBX_OCT2UINT64(uint,string) sscanf(string ,ZBX_FS_UO64 ,&uint);
-#define ZBX_HEX2UINT64(uint,string) sscanf(string ,ZBX_FS_UX64 ,&uint);
+#define ZBX_STR2UINT64(uint, string) sscanf(string, ZBX_FS_UI64, &uint);
+#define ZBX_OCT2UINT64(uint, string) sscanf(string, ZBX_FS_UO64, &uint);
+#define ZBX_HEX2UINT64(uint, string) sscanf(string, ZBX_FS_UX64, &uint);
#define ZBX_CONST_STRING(str) ""str