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>2018-01-29 19:38:27 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2018-01-29 19:38:27 +0300
commitec8152f80a678f8c1ea9616904d0c5c968480da2 (patch)
tree0f335f16866814dd1f04416435b2d775838a10a5 /include/comms.h
parente28ae762ccf8f60b36e6bd9ab3dc4b2e5ce0640b (diff)
..F.....S. [ZBXNEXT-3581] new protocol between server and UI
Diffstat (limited to 'include/comms.h')
-rw-r--r--include/comms.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/comms.h b/include/comms.h
index 2e2b3830c2d..66e7977dcb7 100644
--- a/include/comms.h
+++ b/include/comms.h
@@ -190,9 +190,6 @@ int zbx_send_response_ext(zbx_socket_t *sock, int result, const char *info, int
#define zbx_send_proxy_response(sock, result, info, timeout) \
zbx_send_response_ext(sock, result, info, ZBX_TCP_PROTOCOL | ZBX_TCP_COMPONENT_VERSION , timeout)
-#define zbx_send_response_raw(sock, result, info, timeout) \
- zbx_send_response_ext(sock, result, info, 0, timeout)
-
int zbx_recv_response(zbx_socket_t *sock, int timeout, char **error);
#ifdef HAVE_IPV6