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/operations.c')
-rw-r--r--src/zabbix_server/operations.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/zabbix_server/operations.c b/src/zabbix_server/operations.c
index f29cf3007a0..9307d60bf62 100644
--- a/src/zabbix_server/operations.c
+++ b/src/zabbix_server/operations.c
@@ -39,8 +39,6 @@ zbx_dcheck_source_t;
/******************************************************************************
* *
- * Function: select_discovered_host *
- * *
* Purpose: select hostid of discovered host *
* *
* Parameters: event - [IN] source event data *
@@ -130,8 +128,6 @@ exit:
/******************************************************************************
* *
- * Function: add_discovered_host_groups *
- * *
* Purpose: add group to host if not added already *
* *
* Parameters: hostid - [IN] host identifier *
@@ -204,8 +200,6 @@ static void add_discovered_host_groups(zbx_uint64_t hostid, zbx_vector_uint64_t
/******************************************************************************
* *
- * Function: add_discovered_host *
- * *
* Purpose: add discovered host if it was not added already *
* *
* Parameters: event - [IN] the source event *
@@ -644,8 +638,6 @@ clean:
/******************************************************************************
* *
- * Function: is_discovery_or_autoregistration *
- * *
* Purpose: checks if the event is discovery or autoregistration event *
* *
* Parameters: event - [IN] source event data *
@@ -670,8 +662,6 @@ static int is_discovery_or_autoregistration(const DB_EVENT *event)
/******************************************************************************
* *
- * Function: op_host_add *
- * *
* Purpose: add discovered host *
* *
* Parameters: event - [IN] source event data *
@@ -694,8 +684,6 @@ out:
/******************************************************************************
* *
- * Function: op_host_del *
- * *
* Purpose: delete host *
* *
* Parameters: event - [IN] source event data *
@@ -735,8 +723,6 @@ out:
/******************************************************************************
* *
- * Function: op_host_enable *
- * *
* Purpose: enable discovered *
* *
* Parameters: event - [IN] the source event *
@@ -771,8 +757,6 @@ out:
/******************************************************************************
* *
- * Function: op_host_disable *
- * *
* Purpose: disable host *
* *
* Parameters: event - [IN] the source event *
@@ -807,8 +791,6 @@ out:
/******************************************************************************
* *
- * Function: op_host_inventory_mode *
- * *
* Purpose: sets host inventory mode *
* *
* Parameters: event - [IN] the source event *
@@ -840,8 +822,6 @@ out:
/******************************************************************************
* *
- * Function: op_groups_add *
- * *
* Purpose: add groups to discovered host *
* *
* Parameters: event - [IN] the source event data *
@@ -869,8 +849,6 @@ out:
/******************************************************************************
* *
- * Function: op_groups_del *
- * *
* Purpose: delete groups from discovered host *
* *
* Parameters: event - [IN] source event data *
@@ -975,8 +953,6 @@ out:
/******************************************************************************
* *
- * Function: op_template_add *
- * *
* Purpose: link host with template *
* *
* Parameters: event - [IN] source event data *
@@ -1009,8 +985,6 @@ out:
/******************************************************************************
* *
- * Function: op_template_del *
- * *
* Purpose: unlink and clear host from template *
* *
* Parameters: event - [IN] source event data *