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/lld/lld.h')
-rw-r--r--src/zabbix_server/lld/lld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zabbix_server/lld/lld.h b/src/zabbix_server/lld/lld.h
index f9ec2024da6..46720af4a23 100644
--- a/src/zabbix_server/lld/lld.h
+++ b/src/zabbix_server/lld/lld.h
@@ -260,4 +260,6 @@ typedef void (*get_object_info_f)(const void *object, zbx_uint64_t *id, int *dis
void lld_remove_lost_objects(const char *table, const char *id_name, const zbx_vector_ptr_t *objects,
int lifetime, int lastcheck, delete_ids_f cb, get_object_info_f cb_info);
+int lld_process_discovery_rule(zbx_uint64_t lld_ruleid, const char *value, char **error);
+
#endif