]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: applet: implement a run queue for active appctx
authorWilly Tarreau <w@1wt.eu>
Sun, 19 Apr 2015 07:59:31 +0000 (09:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Apr 2015 15:56:16 +0000 (17:56 +0200)
commit3c595ac3adf49abd305efbab4a7b11175d10cb0e
tree287b6103c4fe67f2f7ac674572e4b97b337e8d9f
parent81f38d6f5772a71eaa78d65d14c49c70f8fab6ab
MEDIUM: applet: implement a run queue for active appctx

The new function is called for each round of polling in order to call any
active appctx. For now we pick the stream interface from the appctx's
owner. At the moment there's no appctx queued yet, but we have everything
needed to queue them and remove them.
include/proto/applet.h
src/applet.c
src/haproxy.c