Skip to content

Commit c765a32

Browse files
committed
BUILD: global: Fix build for to short global.tune.options type
1 parent 84d6c6b commit c765a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/haproxy/global-t.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ struct global {
163163
struct {
164164
int maxpollevents; /* max number of poll events at once */
165165
int maxaccept; /* max number of consecutive accept() */
166-
int options; /* various tuning options */
166+
uint64_t options; /* various tuning options */
167167
int runqueue_depth;/* max number of tasks to run at once */
168168
int recv_enough; /* how many input bytes at once are "enough" */
169169
int bufsize; /* buffer size in bytes, defaults to BUFSIZE */

0 commit comments

Comments
 (0)