commit | 50fe03be781e5c4bedf7b1ca3a190e7f87828d71 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 28 13:59:31 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 11 20:41:47 2015 +0100 |
tree | 11dae0b623701193729863f0cd103bf6749a1a98 | |
parent | 4e4292b9af1a5bfb2e2791b6d3b0d5390ac62437 [diff] |
CLEANUP: stream-int: add si_opposite() to find the other stream interface At a few places we need to find one stream interface from the other one. Instead of passing via the channel, we simply use the session as an intermediary, which simply results in applying an offset to the pointer.