MINOR: connection: add names for transport and data layers
authorWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 15:58:12 +0000 (16:58 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 15:58:12 +0000 (16:58 +0100)
commit8e0bb0ae16599f89be3f0937c00976ef28ec7f25
tree8cdbeb2a9078f5ea1b76fbed39cada6c17158054
parent2dc770c64112827fdcb63f4997c2889d6544c4b3
MINOR: connection: add names for transport and data layers

This makes debugging easier and avoids having to put ugly checks
against certain well-known internal struct pointers.
include/proto/connection.h
include/types/connection.h
src/checks.c
src/raw_sock.c
src/session.c
src/ssl_sock.c
src/stream_interface.c