]> git.kaiwu.me - haproxy.git/commit
BUILD: queues: Use unsigned int when needed
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 28 Jan 2025 17:03:11 +0000 (18:03 +0100)
committerOlivier Houchard <cognet@ci0.org>
Tue, 28 Jan 2025 16:44:54 +0000 (17:44 +0100)
commit9253146b900969d6a5c938c0ff7c1cb3409e9087
treee76912bc053f23837856f14751e24de87b29300b
parentb74ec1efc2be192e176c2aff458028f391652d95
BUILD: queues: Use unsigned int when needed

Use unsigned int instead of int when calculating which thread group we
should dequeue from next, as the difference in signedness makes clang
unhappy.
src/queue.c