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/zbxrtc/rtc_service.c')
-rw-r--r--src/libs/zbxrtc/rtc_service.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/libs/zbxrtc/rtc_service.c b/src/libs/zbxrtc/rtc_service.c
index e7c61febecb..b1358222ced 100644
--- a/src/libs/zbxrtc/rtc_service.c
+++ b/src/libs/zbxrtc/rtc_service.c
@@ -27,8 +27,6 @@
/******************************************************************************
* *
- * Function: rtc_change_service_loglevel *
- * *
* Purpose: change log level of service process *
* *
******************************************************************************/
@@ -64,8 +62,6 @@ static void rtc_change_service_loglevel(int code)
/******************************************************************************
* *
- * Function: rtc_process_loglevel *
- * *
* Purpose: process loglevel runtime control option *
* *
* Parameters: code - [IN] the runtime control request code *
@@ -134,8 +130,6 @@ static void rtc_process_loglevel(int code, const char *data, char **result)
/******************************************************************************
* *
- * Function: rtc_process_diaginfo *
- * *
* Purpose: process diaginfo runtime control option *
* *
* Parameters: data - [IN] the runtime control parameter (optional) *
@@ -183,8 +177,6 @@ static void rtc_process_diaginfo(const char *data, char **result)
/******************************************************************************
* *
- * Function: rtc_process_request *
- * *
* Purpose: process runtime control option *
* *
* Parameters: code - [IN] the request code *
@@ -244,8 +236,6 @@ static void rtc_process_request(int code, const unsigned char *data, char **resu
/******************************************************************************
* *
- * Function: zbx_rtc_init *
- * *
* Purpose: initialize runtime control service *
* *
******************************************************************************/
@@ -256,8 +246,6 @@ int zbx_rtc_init(zbx_rtc_t *rtc ,char **error)
/******************************************************************************
* *
- * Function: zbx_rtc_dispatch *
- * *
* Purpose: accept and process runtime control request *
* *
******************************************************************************/
@@ -292,8 +280,6 @@ void zbx_rtc_dispatch(zbx_ipc_client_t *client, zbx_ipc_message_t *message)
/******************************************************************************
* *
- * Function: zbx_rtc_wait_config_sync *
- * *
* Purpose: wait for configuration sync notification while optionally *
* dispatching runtime control commands *
* *