commit | 91894cbf4c20cd9fdbdd7548596d10b1b0119b91 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Aug 02 18:06:28 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 16 17:29:54 2018 +0200 |
tree | 967e84ed0a2c8128238bb2f890dcd35936217420 | |
parent | e1c6dbcd70e7c36dc78301d098c7cd2809fc4cc6 [diff] |
MINOR: stream_interface: Don't use si_cs_send() as a task handler. Instead of using si_cs_send() as a task handler, define a new function, si_cs_io_cb(), and give si_cs_send() its original prototype. Right now si_cs_io_cb() just handles send, but later it'll handle recv() too.