Willy Tarreau
|
81f38d6f57
|
MEDIUM: applet: add basic support for an applet run queue
This will be needed so that we can schedule applets out of the streams.
For now nothing calls the queue yet.
|
2015-04-23 17:56:16 +02:00 |
|
Willy Tarreau
|
3057645b37
|
CLEANUP: applet: rename struct si_applet to applet
Since this one does not depend on stream_interface anymore, remove the
"si_" prefix.
|
2015-04-23 17:56:16 +02:00 |
|
Willy Tarreau
|
8a8d83b85c
|
REORG: applet: move the applet definitions out of stream_interface
We're tidying the definitions so that appctx lives on its own. A new
set of applet.h files has been added for this purpose.
|
2015-04-23 17:56:16 +02:00 |
|