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:
authorVladimir Levijev <vladimir.levijev@zabbix.com>2012-08-30 13:03:30 +0400
committerVladimir Levijev <vladimir.levijev@zabbix.com>2012-08-30 13:03:30 +0400
commitff64e3fa9a1461cf19b0f11158c27c29adcea0ed (patch)
tree0fc2699eacf350d5d0b990438a5f8cad03bf28e7 /include/alias.h
parent759a78013c2199a6ad5b1e7cf91af26a024ce178 (diff)
...GI..... [ZBX-5171] get rid of agent ipv6 library dependency on older HP-UX machines
It was decided to get rid of ipv6 library dependency on the agent side. This was needed for LLD. If the machine is older than 11.31 different code is used in order to get the list of available network interfaces when "net.if.discovery" is used. Before this fix: - agent required ipv6 library on HP-UX prior to 11.31 in order for low level network discovery to work After this fix: - agent does not require ipv6 library on HP-UX prior to 11.31 in order for low level network discovery to work
Diffstat (limited to 'include/alias.h')
-rw-r--r--include/alias.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/alias.h b/include/alias.h
index df7695ae966..f705987bc00 100644
--- a/include/alias.h
+++ b/include/alias.h
@@ -30,7 +30,7 @@ typedef struct zbx_alias
}
ALIAS;
-int add_alias(const char *name, const char *value);
+void add_alias(const char *name, const char *value);
void alias_list_free();
void alias_expand(const char *orig, char *expanded, size_t exp_buf_len);