]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: mworker: move serializing functions to mworker.c
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 1 Apr 2019 09:29:53 +0000 (11:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Apr 2019 12:45:37 +0000 (14:45 +0200)
commit48dfbbdea9e119090b827b3326c82675729dae4c
treeb8d7c95c5dc966a4bd59ab60ee7af31c4009e6be
parentc31499d747be52d630bf7b3b663639cf09475c3a
REORG: mworker: move serializing functions to mworker.c

Move the 2 following functions to mworker.c:

void mworker_proc_list_to_env()
void mworker_env_to_proc_list()
Makefile
include/proto/mworker.h [new file with mode: 0644]
src/haproxy.c
src/mworker.c [new file with mode: 0644]