[MEDIUM] make the global stats socket part of a frontend
authorWilly Tarreau <w@1wt.eu>
Sun, 16 Aug 2009 15:41:45 +0000 (17:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 16 Aug 2009 17:31:51 +0000 (19:31 +0200)
commit89a6313c34aededa867a523afd1ade20e410ca9b
treeeea2dcb2ccbb46304978081f62e78e867859a7b2
parent9650f376282a902947cab2240a3b8583c92cbff1
[MEDIUM] make the global stats socket part of a frontend

Creating a frontend for the global stats socket will help merge
unix sockets management with the other socket management. Since
frontends are huge structs, we only allocate it if required.
include/types/global.h
src/dumpstats.c
src/haproxy.c
src/proto_uxst.c