]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: applet: add basic support for an applet run queue
authorWilly Tarreau <w@1wt.eu>
Mon, 13 Apr 2015 15:11:11 +0000 (17:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Apr 2015 15:56:16 +0000 (17:56 +0200)
commit81f38d6f5772a71eaa78d65d14c49c70f8fab6ab
treebf4fc4ac04631ec85799b821657b981b20ec2e0a
parentd45b9f899160be41ebe1307db26abba1aa4d0542
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.
Makefile
include/proto/applet.h
include/types/applet.h
src/applet.c [new file with mode: 0644]