]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: rename si_applet_done() to si_applet_wake_cb()
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2015 09:45:06 +0000 (11:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2015 19:16:02 +0000 (21:16 +0200)
commitaa977ba205c15bfebf217cf8d5be30459d11a7c1
tree02283ba5bd5dab97b26fefe76a2d18914dfbc2bb
parent335520305c435e1fcd1f10b009fea64b864ba9d4
MINOR: stream-int: rename si_applet_done() to si_applet_wake_cb()

This function is a callback made only for calls from the applet handler.
Rename it to remove confusion. It's currently called from the Lua code
but that's not correct, we should call the notify and update functions
instead otherwise it will not enable the applet again.
include/proto/stream_interface.h
src/applet.c
src/hlua.c
src/stream_interface.c