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:
Diffstat (limited to 'src/libs/zbxsysinfo/common/zabbix_stats.c')
-rw-r--r--src/libs/zbxsysinfo/common/zabbix_stats.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libs/zbxsysinfo/common/zabbix_stats.c b/src/libs/zbxsysinfo/common/zabbix_stats.c
index ecfd49d22ce..aea44ac7a1a 100644
--- a/src/libs/zbxsysinfo/common/zabbix_stats.c
+++ b/src/libs/zbxsysinfo/common/zabbix_stats.c
@@ -25,8 +25,6 @@
/******************************************************************************
* *
- * Function: check_response *
- * *
* Purpose: Check whether JSON response is "success" or "failed" *
* *
* Parameters: response - [IN] the request *
@@ -68,8 +66,6 @@ static int check_response(const char *response, AGENT_RESULT *result)
/******************************************************************************
* *
- * Function: get_remote_zabbix_stats *
- * *
* Purpose: send Zabbix stats request and receive the result data *
* *
* Parameters: json - [IN] the request *
@@ -121,8 +117,6 @@ static void get_remote_zabbix_stats(const struct zbx_json *json, const char *ip,
/******************************************************************************
* *
- * Function: zbx_get_remote_zabbix_stats *
- * *
* Purpose: create Zabbix stats request *
* *
* Parameters: ip - [IN] external Zabbix instance hostname *
@@ -149,8 +143,6 @@ int zbx_get_remote_zabbix_stats(const char *ip, unsigned short port, AGENT_RESUL
/******************************************************************************
* *
- * Function: zbx_get_remote_zabbix_stats_queue *
- * *
* Purpose: create Zabbix stats queue request *
* *
* Parameters: ip - [IN] external Zabbix instance hostname *