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/pinger/pinger.c')
-rw-r--r--src/zabbix_server/pinger/pinger.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/zabbix_server/pinger/pinger.c b/src/zabbix_server/pinger/pinger.c
index 63a3018636e..a708b6f12a3 100644
--- a/src/zabbix_server/pinger/pinger.c
+++ b/src/zabbix_server/pinger/pinger.c
@@ -43,8 +43,6 @@ extern ZBX_THREAD_LOCAL int server_num, process_num;
/******************************************************************************
* *
- * Function: process_value *
- * *
* Purpose: process new item value *
* *
* Parameters: *
@@ -107,8 +105,6 @@ clean:
/******************************************************************************
* *
- * Function: process_values *
- * *
* Purpose: process new item values *
* *
* Parameters: *
@@ -394,8 +390,6 @@ static void add_icmpping_item(icmpitem_t **items, int *items_alloc, int *items_c
/******************************************************************************
* *
- * Function: get_pinger_hosts *
- * *
* Purpose: creates buffer which contains list of hosts to ping *
* *
* Parameters: *
@@ -506,8 +500,6 @@ static void add_pinger_host(ZBX_FPING_HOST **hosts, int *hosts_alloc, int *hosts
/******************************************************************************
* *
- * Function: process_pinger_hosts *
- * *
* Purpose: *
* *
* Parameters: *
@@ -561,8 +553,6 @@ static void process_pinger_hosts(icmpitem_t *items, int items_count)
/******************************************************************************
* *
- * Function: main_pinger_loop *
- * *
* Purpose: periodically perform ICMP pings *
* *
* Parameters: *