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:
authorSergejs Paskevics <git-no-reply@zabbix.com>2017-01-26 10:43:40 +0300
committerSergejs Paskevics <git-no-reply@zabbix.com>2017-01-26 10:43:40 +0300
commit21a2554526ac41ae54996f1e7da963424b4c43fd (patch)
tree57686dfda727f89d10ae87361e0664d9d85425c9 /include/comms.h
parentc420fdd95daa360131e40e3a349e1a63b5478eae (diff)
...G...P.. [ZBX-11592] renamed theremin 'host' to 'peer' in handling of allowed host validation
Diffstat (limited to 'include/comms.h')
-rw-r--r--include/comms.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comms.h b/include/comms.h
index ff8c511dd3e..c1df26a6500 100644
--- a/include/comms.h
+++ b/include/comms.h
@@ -143,8 +143,8 @@ void zbx_tcp_unaccept(zbx_socket_t *s);
ssize_t zbx_tcp_recv_ext(zbx_socket_t *s, unsigned char flags, int timeout);
const char *zbx_tcp_recv_line(zbx_socket_t *s);
-int zbx_validate_ip_list(const char *ip_list, char **error);
-int zbx_tcp_check_security(zbx_socket_t *s, const char *host_list, int allow_if_empty);
+int zbx_validate_peer_list(const char *peer_list, char **error);
+int zbx_tcp_check_security(zbx_socket_t *s, const char *peer_list, int allow_if_empty);
int zbx_udp_connect(zbx_socket_t *s, const char *source_ip, const char *ip, unsigned short port, int timeout);
int zbx_udp_send(zbx_socket_t *s, const char *data, size_t data_len, int timeout);