commit | 7b4b499fde4d63db45148d3460ff060eb3378054 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 01 09:15:12 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 09 15:40:23 2013 +0100 |
tree | 1e4908f96566fca35080f403a9bb85dda52ad97e | |
parent | 57cd3e46b9cc990e8aae538960a72ceabc49db6e [diff] |
MEDIUM: stream-int: replace occurrences of si->appctx with si_appctx() We're about to remove si->appctx, so first let's replace all occurrences of its usage with a dynamic extract from si->end. A lot of code was changed by search-n-replace, but the behaviour was intentionally not altered. The code surrounding calls to stream_int_register_handler() was slightly changed since we can only use si->end *after* the registration.