MEDIUM: log: add a new LW_XPRT flag to pin the transport layer
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2012 16:01:49 +0000 (18:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Oct 2012 18:30:51 +0000 (20:30 +0200)
commit93dbc2bc0e86c5a70c9fe46bf78a874d049fc471
treec1ffd69a158c89847f2bbc59af954134dc222eff
parent1e954913de12a19a54db681edcfb3b8150cceee4
MEDIUM: log: add a new LW_XPRT flag to pin the transport layer

This flag will have to be set on log tags which require transport layer
information. They will prevent the conn_xprt_close() call from releasing
the transport layer too early.
include/types/log.h
src/session.c