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_agent/zbxkstat.c')
-rw-r--r--src/zabbix_agent/zbxkstat.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/zabbix_agent/zbxkstat.c b/src/zabbix_agent/zbxkstat.c
index 90dc6fe8ee7..bb7529a2877 100644
--- a/src/zabbix_agent/zbxkstat.c
+++ b/src/zabbix_agent/zbxkstat.c
@@ -36,8 +36,6 @@ static zbx_mutex_t kstat_lock = ZBX_MUTEX_NULL;
/******************************************************************************
* *
- * Function: zbx_kstat_refresh *
- * *
* Purpose: refreshes kstat environment *
* *
* Parameters: error - [OUT] the error message *
@@ -70,8 +68,6 @@ static int zbx_kstat_refresh(char **error)
/******************************************************************************
* *
- * Function: zbx_kstat_init *
- * *
* Purpose: initialize kstat environment *
* *
* Parameters: kstat - [IN] the kstat data storage *
@@ -124,8 +120,6 @@ void zbx_kstat_destroy(void)
/******************************************************************************
* *
- * Function: zbx_kstat_collect *
- * *
* Purpose: collect kstat stats *
* *
* Comments: This function is called every second to collect statistics. *
@@ -158,8 +152,6 @@ void zbx_kstat_collect(zbx_kstat_t *kstat)
/******************************************************************************
* *
- * Function: zbx_kstat_get_freemem *
- * *
* Purpose: get free memory size *
* *
* Parameters: value - [OUT] the free memory size in bytes *