Skip to content

Commit 5ac5b9e

Browse files
cosmo0920edsiper
authored andcommitted
storage: Use correct visibility of struct flb_input_instance
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
1 parent 81ee67c commit 5ac5b9e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/fluent-bit/flb_storage.h

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

77+
struct flb_input_instance;
78+
7779
int flb_storage_create(struct flb_config *ctx);
7880
int flb_storage_input_create(struct cio_ctx *cio,
7981
struct flb_input_instance *in);

0 commit comments

Comments
 (0)