commit | eecc8ee673b8d8babdc5bd092612fca63f1156a6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Sep 20 21:43:50 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 23 23:52:16 2009 +0200 |
tree | f36b350d2698a9725f55e02ee5fa6d797c19e39a | |
parent | 1accfc0d3a4779f7dac9eebb12f3d3b4c3653fcb [diff] |
[MINOR] add a ->private member to the stream_interface iohandlers will need to store some form of context and for this will need a way to find their call context. We add the ->private as well as ->st0 and ->st1 for that purpose. Most likely ->private will be initialized to the current session and ->st0 and ->st1 will be used to maintain any form of internal state between calls.