]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tasks: Move Lua notification from Lua to tasks
authorThierry FOURNIER <thierry.fournier@ozon.io>
Wed, 12 Jul 2017 12:31:10 +0000 (14:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 Sep 2017 16:59:40 +0000 (18:59 +0200)
commitd697596c6c7633130253d39064cc10e1e9bfb69b
tree7bf754dd7a65b6d7afb004f58aa8e11c8a84c0fc
parent2da788e7558f28d44b96f5d43b4e3d625d694f14
MINOR: tasks: Move Lua notification from Lua to tasks

These notification management function and structs are generic and
it will be better to move in common parts.

The notification management functions and structs have names
containing some "lua" references because it was written for
the Lua. This patch removes also these references.
include/proto/task.h
include/types/hlua.h
include/types/task.h
src/hlua.c
src/task.c