haproxy/include
Willy Tarreau 2ba672726c MINOR: ist: add a macro to ease const array initialization
It's not possible to use strlen() in const arrays even with const
strings, but we can use sizeof-1 via a macro. Let's provide this in
the IST() macro, as it saves the developer from having to count the
characters.
2017-09-21 15:32:31 +02:00
..
common MINOR: ist: add a macro to ease const array initialization 2017-09-21 15:32:31 +02:00
import CLEANUP: da: move global settings out of the global section 2016-12-21 21:30:54 +01:00
proto MINOR: listener: new function listener_release 2017-09-15 11:49:52 +02:00
types MINOR: connection: adjust CO_FL_NOTIFY_DATA after removal of flags 2017-09-21 06:28:52 +02:00