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 07729df commit 380c159Copy full SHA for 380c159
include/fluent-bit/flb_input.h
@@ -52,6 +52,8 @@
52
53
#include <cmetrics/cmetrics.h>
54
#include <monkey/mk_core.h>
55
+#include <cfl/cfl.h>
56
+
57
#include <msgpack.h>
58
#include <inttypes.h>
59
@@ -336,7 +338,7 @@ struct flb_input_instance {
336
338
struct mk_list _head; /* link to config->inputs */
337
339
340
struct cfl_list routes_direct; /* direct routes set by API */
- struct mk_list routes; /* flb_router_path's list */
341
+ struct cfl_list routes; /* flb_router_path's list */
342
struct mk_list properties; /* properties / configuration */
343
struct mk_list collectors; /* collectors */
344
0 commit comments