Skip to content

Commit

Permalink
network: fixed a wrong data type used for an option
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 Aug 15, 2024
1 parent 4bfece8 commit e567a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fluent-bit/flb_network.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
/* Network connection setup */
struct flb_net_setup {
/* enable/disable keepalive support */
char keepalive;
int keepalive;

/* max time in seconds that a keepalive connection can be idle */
int keepalive_idle_timeout;
Expand Down

0 comments on commit e567a64

Please sign in to comment.