Skip to content

Commit

Permalink
change the type for read_pos
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Jul 8, 2024
1 parent 6c57d20 commit 5adfab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmid.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ struct proxy_protocol_v1 {
struct buflayer {
char data[BUFLAYER_MAX];
size_t len;
ssize_t read_pos;
size_t read_pos;
int has_tail;
};

Expand Down

0 comments on commit 5adfab9

Please sign in to comment.