summaryrefslogtreecommitdiffstats
path: root/exporting/exporting_engine.h
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2020-07-02 15:33:30 +0300
committerGitHub <noreply@github.com>2020-07-02 15:33:30 +0300
commit4f2de8d5107dbab1e845ae7d33da51ad58467978 (patch)
tree640b3f185fea5edca1f360ca70640b70ca12de7d /exporting/exporting_engine.h
parent6f3d87b2dd57a1511a91821ed0569a2f337d20fd (diff)
Read the prefix option from instance config sections (#9463)
Diffstat (limited to 'exporting/exporting_engine.h')
-rw-r--r--exporting/exporting_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/exporting/exporting_engine.h b/exporting/exporting_engine.h
index 67f9730226..12fdb766c1 100644
--- a/exporting/exporting_engine.h
+++ b/exporting/exporting_engine.h
@@ -64,6 +64,7 @@ struct instance_config {
const char *name;
const char *destination;
+ const char *prefix;
int update_every;
int buffer_on_failures;
@@ -102,7 +103,6 @@ struct mongodb_specific_config {
};
struct engine_config {
- const char *prefix;
const char *hostname;
int update_every;
};