commit | 8e0bb0ae16599f89be3f0937c00976ef28ec7f25 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Nov 24 16:58:12 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 24 16:58:12 2016 +0100 |
tree | 8cdbeb2a9078f5ea1b76fbed39cada6c17158054 | |
parent | 2dc770c64112827fdcb63f4997c2889d6544c4b3 [diff] [blame] |
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.
diff --git a/src/session.c b/src/session.c index cdf57e3..93fdf52 100644 --- a/src/session.c +++ b/src/session.c
@@ -41,6 +41,7 @@ .send = NULL, .wake = conn_update_session, .init = conn_complete_session, + .name = "SESS", }; /* Create a a new session and assign it to frontend <fe>, listener <li>,