commit | aa977ba205c15bfebf217cf8d5be30459d11a7c1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 25 11:45:06 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Sep 25 21:16:02 2015 +0200 |
tree | 02283ba5bd5dab97b26fefe76a2d18914dfbc2bb | |
parent | 335520305c435e1fcd1f10b009fea64b864ba9d4 [diff] |
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.