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:
authorAleksandrs Saveljevs <git-no-reply@zabbix.com>2011-06-02 13:48:58 +0400
committerAleksandrs Saveljevs <git-no-reply@zabbix.com>2011-06-02 13:48:58 +0400
commitb004e77af8838ed87defbad837ff9c7b89e82aac (patch)
treec85f666b538160984f25673ead16a7210b1bedec /include/sysinfo.h
parentc74e52f6a9a34375d623e41e9bf3d7b8f87d52f2 (diff)
- [ZBX-1029] better implementation for Jabber SRV record lookup (fixed sysinfo.h)
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 72153a1e308..b79a9434ebc 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -245,8 +245,6 @@ int KERNEL_MAXFILES(const char *cmd, const char *param, unsigned flags, AGENT_RE
int KERNEL_MAXPROC(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int PROC_MEM(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int PROC_NUM(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-int NET_DNS(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-int NET_DNS_RECORD(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int NET_IF_IN(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int NET_IF_OUT(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int NET_IF_TOTAL(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);