MEDIUM: protocol: add a pointer to struct sock_ops to the listener struct
authorEmeric Brun <ebrun@exceliance.fr>
Fri, 18 May 2012 16:30:29 +0000 (18:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 21 May 2012 20:22:39 +0000 (22:22 +0200)
commitd88fd824b7f0f1dd53fd962ffdfed82661a25b09
treec9039feaa2a4c8e868c78d3afe572fe5e69c7996
parent21adb02d194a4190883133f8a7e3bac7d7812e0a
MEDIUM: protocol: add a pointer to struct sock_ops to the listener struct

The listener struct is now aware of the socket layer to use upon accept().
At the moment, only sock_raw is supported so this patch should not change
anything.
include/types/protocols.h
src/cfgparse.c
src/dumpstats.c
src/session.c