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/timer/timer.c')
-rw-r--r--src/zabbix_server/timer/timer.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/zabbix_server/timer/timer.c b/src/zabbix_server/timer/timer.c
index 24a99b9ed56..70954d61073 100644
--- a/src/zabbix_server/timer/timer.c
+++ b/src/zabbix_server/timer/timer.c
@@ -50,8 +50,6 @@ zbx_event_suppress_data_t;
/******************************************************************************
* *
- * Function: log_host_maintenance_update *
- * *
* Purpose: log host maintenance changes *
* *
******************************************************************************/
@@ -96,8 +94,6 @@ static void log_host_maintenance_update(const zbx_host_maintenance_diff_t* diff)
/******************************************************************************
* *
- * Function: db_update_host_maintenances *
- * *
* Purpose: update host maintenance properties in database *
* *
******************************************************************************/
@@ -172,8 +168,6 @@ static void db_update_host_maintenances(const zbx_vector_ptr_t *updates)
/******************************************************************************
* *
- * Function: db_remove_expired_event_suppress_data *
- * *
* Purpose: remove expired event_suppress records *
* *
******************************************************************************/
@@ -186,8 +180,6 @@ static void db_remove_expired_event_suppress_data(int now)
/******************************************************************************
* *
- * Function: event_suppress_data_free *
- * *
* Purpose: free event suppress data structure *
* *
******************************************************************************/
@@ -199,8 +191,6 @@ static void event_suppress_data_free(zbx_event_suppress_data_t *data)
/******************************************************************************
* *
- * Function: event_queries_fetch *
- * *
* Purpose: fetch events that need to be queried for maintenance *
* *
******************************************************************************/
@@ -242,8 +232,6 @@ static void event_queries_fetch(DB_RESULT result, zbx_vector_ptr_t *event_querie
/******************************************************************************
* *
- * Function: db_get_query_events *
- * *
* Purpose: get open, recently resolved and resolved problems with suppress *
* data from database and prepare event query, event data structures *
* *
@@ -361,8 +349,6 @@ static void db_get_query_events(zbx_vector_ptr_t *event_queries, zbx_vector_ptr_
/******************************************************************************
* *
- * Function: db_update_event_suppress_data *
- * *
* Purpose: create/update event suppress data to reflect latest maintenance *
* changes in cache *
* *
@@ -530,8 +516,6 @@ cleanup:
/******************************************************************************
* *
- * Function: db_update_host_maintenances *
- * *
* Purpose: update host maintenance parameters in cache and database *
* *
******************************************************************************/
@@ -576,8 +560,6 @@ static int update_host_maintenances(void)
/******************************************************************************
* *
- * Function: timer_thread *
- * *
* Purpose: periodically processes maintenance *
* *
******************************************************************************/