[MINOR] stream_interface: add iohandler callback
authorWilly Tarreau <w@1wt.eu>
Sat, 5 Sep 2009 18:57:35 +0000 (20:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Sep 2009 21:52:15 +0000 (23:52 +0200)
commitb029f8cd7d7f693642d399b43a07abcb7e63568f
treefe2eec1338f684cb1bdf1235cebcd501cc685389
parent89f7ef295da763b9c6388be1c81439cb0b566b2d
[MINOR] stream_interface: add iohandler callback

When stream interfaces will embedded applets running as part as their
holding task, we'll need a new callback to process them from the
session processor.
include/types/stream_interface.h
src/client.c
src/proto_uxst.c