]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move mworker.h to haproxy/mworker{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 12:07:37 +0000 (14:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commitb5abe5bd5d70ccccac09eed21771bea692e19144
tree4ad95b7df0f32344619a6768da1c0da6f752feff
parentd7d2c281048dc8eeb65a3e68561be6f22d2fd59e
REORG: include: move mworker.h to haproxy/mworker{,-t}.h

One function prototype makes reference to struct mworker_proc which was
not defined there but in global.h instead. This definition, along with
the PROC_O_* fields were moved to mworker-t.h instead.
include/haproxy/mworker-t.h [new file with mode: 0644]
include/haproxy/mworker.h [moved from include/proto/mworker.h with 83% similarity]
include/types/global.h
src/cli.c
src/haproxy.c
src/mworker-prog.c
src/mworker.c