commit | d0d8da989bdce50cc55c3212301a96130c56b39b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Apr 04 02:10:38 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 06 11:37:29 2015 +0200 |
tree | 81ab92ef64cb4e2dc16a8fcd7b77a23d031568cd | |
parent | 192252e2d8a4f4f5b01f5466526bb522a4254df0 [diff] |
MINOR: stream: provide a few helpers to retrieve frontend, listener and origin Expressions are quite long when using strm_sess(strm)->whatever, so let's provide a few helpers : strm_fe(), strm_li(), strm_orig().