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>2011-01-29 21:50:37 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2011-01-29 21:50:37 +0300
commite2c3f5818e234f5af2e78bc0e66c7946fb4a5960 (patch)
tree98f0ff0c65c6257cabb843a68e32b3cb9c8ed7b8 /include/discovery.h
parent76801046990c89c29d44000f5557b66b1fc05e6d (diff)
- [ZBXNEXT-630] added automatic filling of DNS name for discovered devices
Diffstat (limited to 'include/discovery.h')
-rw-r--r--include/discovery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/discovery.h b/include/discovery.h
index 1285b7af181..15f17a9a3cf 100644
--- a/include/discovery.h
+++ b/include/discovery.h
@@ -26,6 +26,6 @@
void discovery_update_host(DB_DHOST *dhost, const char *ip, int status, int now);
void discovery_update_service(DB_DRULE *drule, DB_DCHECK *dcheck, DB_DHOST *dhost,
- char *ip, int port, int status, const char *value, int now);
+ const char *ip, const char *dns, int port, int status, const char *value, int now);
#endif