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 committed Aug 14, 2024
1 parent bda73d8 commit 5936ff3
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 5936ff3

Please sign in to comment.