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/zabbix_server/trapper/trapper.c')
-rw-r--r--src/zabbix_server/trapper/trapper.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/zabbix_server/trapper/trapper.c b/src/zabbix_server/trapper/trapper.c
index 0c7d2332c05..a27f36f672f 100644
--- a/src/zabbix_server/trapper/trapper.c
+++ b/src/zabbix_server/trapper/trapper.c
@@ -106,8 +106,6 @@ zbx_status_section_t;
/******************************************************************************
* *
- * Function: recv_agenthistory *
- * *
* Purpose: processes the received values from active agents *
* *
******************************************************************************/
@@ -138,8 +136,6 @@ static void recv_agenthistory(zbx_socket_t *sock, struct zbx_json_parse *jp, zbx
/******************************************************************************
* *
- * Function: recv_senderhistory *
- * *
* Purpose: processes the received values from senders *
* *
******************************************************************************/
@@ -170,8 +166,6 @@ static void recv_senderhistory(zbx_socket_t *sock, struct zbx_json_parse *jp, zb
/******************************************************************************
* *
- * Function: recv_proxy_heartbeat *
- * *
* Purpose: process heartbeat sent by proxy servers *
* *
* Return value: SUCCEED - processed successfully *
@@ -238,8 +232,6 @@ zbx_queue_stats_t;
/******************************************************************************
* *
- * Function: queue_stats_update *
- * *
* Purpose: update queue stats with a new item delay *
* *
* Parameters: stats - [IN] the queue stats *
@@ -264,8 +256,6 @@ static void queue_stats_update(zbx_queue_stats_t *stats, int delay)
/******************************************************************************
* *
- * Function: queue_stats_export *
- * *
* Purpose: export queue stats to JSON format *
* *
* Parameters: queue_stats - [IN] a hashset containing item stats *
@@ -308,8 +298,6 @@ static int queue_compare_by_nextcheck_asc(zbx_queue_item_t **d1, zbx_queue_item_
/******************************************************************************
* *
- * Function: recv_getqueue *
- * *
* Purpose: process queue request *
* *
* Parameters: sock - [IN] the request socket *
@@ -782,8 +770,6 @@ static void status_stats_export(struct zbx_json *json, zbx_user_type_t access_le
/******************************************************************************
* *
- * Function: recv_getstatus *
- * *
* Purpose: process status request *
* *
* Parameters: sock - [IN] the request socket *
@@ -874,8 +860,6 @@ out:
/******************************************************************************
* *
- * Function: send_internal_stats_json *
- * *
* Purpose: process Zabbix stats request *
* *
* Parameters: sock - [IN] the request socket *