Skip to content

Commit

Permalink
storage: added chunkio options structure initialization
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Sep 21, 2023
1 parent fcc4b28 commit f544ad7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/flb_fstore.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,8 @@ struct flb_fstore *flb_fstore_create(char *path, int store_type)
flags = CIO_OPEN;

/* Create Chunk I/O context */
cio_options_init(&opts);

opts.root_path = path;
opts.log_cb = log_cb;
opts.flags = flags;
Expand Down

0 comments on commit f544ad7

Please sign in to comment.