We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5035b commit d271de8Copy full SHA for d271de8
include/fluent-bit/flb_storage.h
@@ -72,6 +72,8 @@ static inline char *flb_storage_get_type(int type)
72
return NULL;
73
}
74
75
+struct flb_input_instance;
76
+
77
int flb_storage_create(struct flb_config *ctx);
78
int flb_storage_input_create(struct cio_ctx *cio,
79
struct flb_input_instance *in);
0 commit comments