Skip to content

Commit d271de8

Browse files
committed
storage: Use correct visibility of struct flb_input_instance
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent ee5035b commit d271de8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/fluent-bit/flb_storage.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ static inline char *flb_storage_get_type(int type)
7272
return NULL;
7373
}
7474

75+
struct flb_input_instance;
76+
7577
int flb_storage_create(struct flb_config *ctx);
7678
int flb_storage_input_create(struct cio_ctx *cio,
7779
struct flb_input_instance *in);

0 commit comments

Comments
 (0)