summaryrefslogtreecommitdiffstats
path: root/src/libs/zbxsysinfo/simple/simple.h
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-01 08:19:27 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-01 08:19:27 +0000
commitcca9b9f61d00f638b51ad9286da82865f63c4e08 (patch)
treef31f43477beebb3f1ad97a95d70e79584e05e0aa /src/libs/zbxsysinfo/simple/simple.h
parent4daf306cbcec1cc1eaf44c7b85b62e2e16f0e995 (diff)
downloadzabbix-cca9b9f61d00f638b51ad9286da82865f63c4e08.tar.gz
zabbix-cca9b9f61d00f638b51ad9286da82865f63c4e08.tar.xz
zabbix-cca9b9f61d00f638b51ad9286da82865f63c4e08.zip
- [DEV-195] added support of source ip address
git-svn-id: svn://svn.zabbix.com/trunk@5858 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs/zbxsysinfo/simple/simple.h')
-rw-r--r--src/libs/zbxsysinfo/simple/simple.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/zbxsysinfo/simple/simple.h b/src/libs/zbxsysinfo/simple/simple.h
index cc00e2ce..41f47443 100644
--- a/src/libs/zbxsysinfo/simple/simple.h
+++ b/src/libs/zbxsysinfo/simple/simple.h
@@ -21,6 +21,7 @@
#include "sysinfo.h"
+extern char *CONFIG_SOURCE_IP;
extern ZBX_METRIC parameters_simple[];
int CHECK_SERVICE_PERF(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);