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/zbxsysinfo/common/dir.c')
-rw-r--r--src/libs/zbxsysinfo/common/dir.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libs/zbxsysinfo/common/dir.c b/src/libs/zbxsysinfo/common/dir.c
index af69f35d47a..b6175814f42 100644
--- a/src/libs/zbxsysinfo/common/dir.c
+++ b/src/libs/zbxsysinfo/common/dir.c
@@ -29,8 +29,6 @@
/******************************************************************************
* *
- * Function: filename_matches *
- * *
* Purpose: checks if filename matches the include-regexp and doesn't match *
* the exclude-regexp *
* *
@@ -52,8 +50,6 @@ static int filename_matches(const char *fname, const zbx_regexp_t *regex_incl, c
/******************************************************************************
* *
- * Function: queue_directory *
- * *
* Purpose: adds directory to processing queue after checking if current *
* depth is less than 'max_depth' *
* *
@@ -88,8 +84,6 @@ static int queue_directory(zbx_vector_ptr_t *list, char *path, int depth, int ma
/******************************************************************************
* *
- * Function: compare_descriptors *
- * *
* Purpose: compares two zbx_file_descriptor_t values to perform search *
* within descriptor vector *
* *
@@ -415,8 +409,6 @@ static void descriptors_vector_destroy(zbx_vector_ptr_t *descriptors)
/******************************************************************************
* *
- * Function: has_timed_out *
- * *
* Purpose: Checks if timeout has occurred. If it is, thread should *
* immediately stop whatever it is doing, clean up everything and *
* return SYSINFO_RET_FAIL. *
@@ -866,8 +858,6 @@ int VFS_DIR_SIZE(AGENT_REQUEST *request, AGENT_RESULT *result)
/******************************************************************************
* *
- * Function: vfs_dir_info *
- * *
* Purpose: counts or lists files in directory, subject to regexp, type and *
* depth filters *
* *