Skip to content

Commit 37ff210

Browse files
committed
config_format: add new optional head for linked list
Signed-off-by: Eduardo Silva <[email protected]>
1 parent efb1d77 commit 37ff210

File tree

1 file changed

+4
-0
lines changed
  • include/fluent-bit/config_format

1 file changed

+4
-0
lines changed

include/fluent-bit/config_format/flb_cf.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ struct flb_cf {
102102

103103
/* set the last error found */
104104
char *error_str;
105+
106+
107+
/* a list head entry in case the caller want's to link contexts */
108+
struct mk_list _head;
105109
};
106110

107111

0 commit comments

Comments
 (0)