commit | c53d42256dcf2ff1acf2accc4b0a944dfe453df2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 20 20:19:28 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 24 10:53:16 2012 +0200 |
tree | 61c25571b15ff31b9c3444fc2131ca75cbab86fe | |
parent | 4fbb2285e2c4cb9c6804b43f8e746d12192b4e26 [diff] |
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.