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/zbxnix/dshm.c')
-rw-r--r--src/libs/zbxnix/dshm.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/libs/zbxnix/dshm.c b/src/libs/zbxnix/dshm.c
index 8768cddf9f3..8fb0f5e545f 100644
--- a/src/libs/zbxnix/dshm.c
+++ b/src/libs/zbxnix/dshm.c
@@ -25,8 +25,6 @@ extern char *CONFIG_FILE;
/******************************************************************************
* *
- * Function: zbx_dshm_create *
- * *
* Purpose: creates dynamic shared memory segment *
* *
* Parameters: shm - [OUT] the dynamic shared memory data *
@@ -76,8 +74,6 @@ out:
/******************************************************************************
* *
- * Function: zbx_dshm_destroy *
- * *
* Purpose: destroys dynamic shared memory segment *
* *
* Parameters: shm - [IN] the dynamic shared memory data *
@@ -116,8 +112,6 @@ out:
/******************************************************************************
* *
- * Function: zbx_dshm_lock *
- * *
******************************************************************************/
void zbx_dshm_lock(zbx_dshm_t *shm)
{
@@ -126,8 +120,6 @@ void zbx_dshm_lock(zbx_dshm_t *shm)
/******************************************************************************
* *
- * Function: zbx_dshm_unlock *
- * *
******************************************************************************/
void zbx_dshm_unlock(zbx_dshm_t *shm)
{
@@ -136,8 +128,6 @@ void zbx_dshm_unlock(zbx_dshm_t *shm)
/******************************************************************************
* *
- * Function: zbx_dshm_validate_ref *
- * *
* Purpose: validates local reference to dynamic shared memory segment *
* *
* Parameters: shm - [IN] the dynamic shared memory data *
@@ -194,8 +184,6 @@ out:
/******************************************************************************
* *
- * Function: zbx_dshm_realloc *
- * *
* Purpose: reallocates dynamic shared memory segment *
* *
* Parameters: shm - [IN/OUT] the dynamic shared memory data *