[MEDIUM] make the unix stats sockets use the generic session handler
authorWilly Tarreau <w@1wt.eu>
Sun, 16 Aug 2009 16:51:29 +0000 (18:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 16 Aug 2009 17:33:51 +0000 (19:33 +0200)
commit104eb36f26ca73fccc4654580e86e7ad5036f978
treeffbfe3e29e77c23c1b97a1bdc937bc2bc515af2a
parent73201226551f735089e5f5444afa587cfb6939db
[MEDIUM] make the unix stats sockets use the generic session handler

process_session() is now ready to handle unix stats sockets. This
first step works and old code has not been removed. A cleanup is
required. The stats handler is not unix socket-centric anymore and
should move to dumpstats.c.
include/proto/proto_uxst.h
src/dumpstats.c
src/proto_uxst.c
src/session.c