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/taskmanager/taskmanager.c')
-rw-r--r--src/zabbix_server/taskmanager/taskmanager.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/zabbix_server/taskmanager/taskmanager.c b/src/zabbix_server/taskmanager/taskmanager.c
index 4d7d958651a..c88768e7289 100644
--- a/src/zabbix_server/taskmanager/taskmanager.c
+++ b/src/zabbix_server/taskmanager/taskmanager.c
@@ -41,8 +41,6 @@ extern ZBX_THREAD_LOCAL int server_num, process_num;
/******************************************************************************
* *
- * Function: tm_execute_task_close_problem *
- * *
* Purpose: close the specified problem event and remove task *
* *
* Parameters: triggerid - [IN] the source trigger id *
@@ -73,8 +71,6 @@ static void tm_execute_task_close_problem(zbx_uint64_t taskid, zbx_uint64_t trig
/******************************************************************************
* *
- * Function: tm_try_task_close_problem *
- * *
* Purpose: try to close problem by event acknowledgement action *
* *
* Parameters: taskid - [IN] the task identifier *
@@ -153,8 +149,6 @@ static int tm_try_task_close_problem(zbx_uint64_t taskid)
/******************************************************************************
* *
- * Function: tm_expire_remote_command *
- * *
* Purpose: process expired remote command task *
* *
******************************************************************************/
@@ -195,8 +189,6 @@ static void tm_expire_remote_command(zbx_uint64_t taskid)
/******************************************************************************
* *
- * Function: tm_process_remote_command_result *
- * *
* Purpose: process remote command result task *
* *
* Return value: SUCCEED - the task was processed successfully *
@@ -269,8 +261,6 @@ static int tm_process_remote_command_result(zbx_uint64_t taskid)
/******************************************************************************
* *
- * Function: tm_process_data_result *
- * *
* Purpose: process data task result *
* *
******************************************************************************/
@@ -310,8 +300,6 @@ static void tm_process_data_result(zbx_uint64_t taskid)
}
/******************************************************************************
* *
- * Function: notify_service_manager *
- * *
* Purpose: notify service manager about problem severity changes *
* *
******************************************************************************/
@@ -353,8 +341,6 @@ static void notify_service_manager(const zbx_vector_ptr_t *ack_tasks)
/******************************************************************************
* *
- * Function: tm_process_acknowledgements *
- * *
* Purpose: process acknowledgements for alerts sending *
* *
* Return value: The number of successfully processed tasks *
@@ -435,8 +421,6 @@ static int tm_process_acknowledgements(zbx_vector_uint64_t *ack_taskids)
/******************************************************************************
* *
- * Function: tm_process_check_now *
- * *
* Purpose: process check now tasks for item rescheduling *
* *
* Return value: The number of successfully processed tasks *
@@ -581,8 +565,6 @@ static int tm_process_check_now(zbx_vector_uint64_t *taskids)
/******************************************************************************
* *
- * Function: tm_process_diaginfo *
- * *
* Purpose: process diaginfo task *
* *
******************************************************************************/
@@ -610,8 +592,6 @@ static void tm_process_diaginfo(zbx_uint64_t taskid, const char *data)
/******************************************************************************
* *
- * Function: tm_process_data *
- * *
* Purpose: process data tasks *
* *
* Return value: The number of successfully processed tasks *
@@ -689,8 +669,6 @@ static int tm_process_data(zbx_vector_uint64_t *taskids)
/******************************************************************************
* *
- * Function: tm_expire_generic_tasks *
- * *
* Purpose: expires tasks that don't require specific expiration handling *
* *
* Return value: The number of successfully expired tasks *
@@ -711,8 +689,6 @@ static int tm_expire_generic_tasks(zbx_vector_uint64_t *taskids)
/******************************************************************************
* *
- * Function: tm_process_tasks *
- * *
* Purpose: process task manager tasks depending on task type *
* *
* Return value: The number of successfully processed tasks *
@@ -814,8 +790,6 @@ static int tm_process_tasks(int now)
/******************************************************************************
* *
- * Function: tm_remove_old_tasks *
- * *
* Purpose: remove old done/expired tasks *
* *
******************************************************************************/