haproxy/include/types
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
..
acl.h
arg.h
auth.h
backend.h
capture.h
channel.h
checks.h
connection.h
counters.h
fd.h
freq_ctr.h
global.h MEDIUM: stats: remove the stats_sock struct from the global struct 2012-09-24 10:53:16 +02:00
hdr_idx.h
lb_chash.h
lb_fas.h
lb_fwlc.h
lb_fwrr.h
lb_map.h
listener.h
log.h
peers.h
pipe.h
port_range.h
proto_http.h
proto_tcp.h
protocol.h
proxy.h
queue.h
sample.h
server.h
session.h
signal.h
ssl_sock.h
stick_table.h
stream_interface.h
task.h
template.h