haproxy/include
Willy Tarreau a5e33a9b66 BUILD: debug: make gcc not complain on the ABORT_NOW() macro
On recent gcc versions with the null-deref checks, ABORT_NOW() rightfully
emits such a warning. But here it's on purpose. Simply changing the memory
address to 1 makes gcc happy.
2019-05-14 17:22:28 +02:00
..
common BUILD: debug: make gcc not complain on the ABORT_NOW() macro 2019-05-14 17:22:28 +02:00
import
proto BUG/MEDIUM: connections: Don't forget to set xprt_ctx to NULL on close. 2019-05-13 19:11:38 +02:00
types CLEANUP: connection: remove the handle field from the wait_event struct 2019-05-13 19:14:52 +02:00