haproxy/include
Willy Tarreau 7520e4ff57 MINOR: namespaces: don't build namespace.c if disabled
When namespaces are disabled, support is still reported because the file
is built with almost nothing in it but built anyway. Instead of extending
the scope of the numerous ifdefs in this file, better avoid building it
when namespaces are diabled. In this case we define my_socketat() as an
inline function mapping directly to socket(). The struct netns_entry
still needs to be defined because it's used by various other functions
in the code.
2018-11-12 19:15:15 +01:00
..
common MINOR: namespaces: don't build namespace.c if disabled 2018-11-12 19:15:15 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: log: report the number of dropped logs in the stats 2018-11-12 18:37:55 +01:00
types MEDIUM: log: add a new "raw" format 2018-11-12 18:37:55 +01:00