]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h
authorTim Duesterhus <tim@bastelstu.be>
Sat, 11 Sep 2021 15:51:13 +0000 (17:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 11 Sep 2021 17:58:45 +0000 (19:58 +0200)
commitd5fc8fcb86eb99831626051b3055bea7ca93a074
tree40536f1d3ecbe18039756dbc8af3b5aa1978ea9a
parent949b6ca961904c7414fc22204461f9882afff4ea
CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h

This solves setting XXH_INLINE_ALL in a cleaner way, because the imported
header is not modified, easing future updates.

see 6f7cc11e6dd0f01b437fba893da2edd2362660a2
12 files changed:
addons/51degrees/51d.c
admin/dyncookie/dyncookie.c
include/haproxy/activity.h
include/haproxy/connection-t.h
include/haproxy/defaults.h
include/haproxy/xxhash.h [new file with mode: 0644]
include/import/xxhash.h
src/pattern.c
src/sample.c
src/server.c
src/server_state.c
src/ssl_sock.c