Skip to content

Commit 68b7efb

Browse files
committed
input: fix data type for routes_direct
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 2c38bb2 commit 68b7efb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/fluent-bit/flb_input.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,10 @@ struct flb_input_instance {
335335

336336
struct mk_list _head; /* link to config->inputs */
337337

338-
struct mk_list routes_direct; /* direct routes set by API */
339-
struct mk_list routes; /* flb_router_path's list */
340-
struct mk_list properties; /* properties / configuration */
341-
struct mk_list collectors; /* collectors */
338+
struct cfl_list routes_direct; /* direct routes set by API */
339+
struct mk_list routes; /* flb_router_path's list */
340+
struct mk_list properties; /* properties / configuration */
341+
struct mk_list collectors; /* collectors */
342342

343343
/* Storage Chunks */
344344
struct mk_list chunks; /* linked list of all chunks */

0 commit comments

Comments
 (0)