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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2018-03-02 18:42:09 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2018-03-02 18:42:09 +0300
commit1b185daaff71958068d41a4ed019619c6837aa06 (patch)
treee2cf590b7f42d6b37a044aa4d2b992a0288895a7 /include/export.h
parent538a506eab717ed8f04e16a9a06b5c685001142c (diff)
........S. [DEV-789] export directory
Diffstat (limited to 'include/export.h')
-rw-r--r--include/export.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/export.h b/include/export.h
index 17a1cbcab25..2eb9de7bd18 100644
--- a/include/export.h
+++ b/include/export.h
@@ -20,6 +20,9 @@
#ifndef ZABBIX_EXPORT_H
#define ZABBIX_EXPOT_H
+int zbx_is_export_enabled(void);
+void zbx_export_init(void);
+
void zbx_problems_export_init(const char *process_name, int process_num);
int zbx_problems_export_write(const char *buf, size_t count);
void zbx_problems_export_flush(void);