haproxy/include
Willy Tarreau c53d42256d MEDIUM: stats: remove the stats_sock struct from the global struct
Now the stats socket is allocated when the 'stats socket' line is parsed,
and assigned using the standard str2listener(). This has two effects :
  - more than one stats socket can now be declared
  - stats socket now support protocols other than UNIX

The next step is to remove the duplicate bind config parsing.
2012-09-24 10:53:16 +02:00
..
common MINOR: config: make str2listener() use memprintf() to report errors. 2012-09-24 10:53:16 +02:00
import
proto REORG: listener: move unix perms from the listener to the bind_conf 2012-09-20 18:07:14 +02:00
types MEDIUM: stats: remove the stats_sock struct from the global struct 2012-09-24 10:53:16 +02:00