From: William Lallemand Date: Fri, 26 Oct 2018 12:47:34 +0000 (+0200) Subject: MEDIUM: mworker: add proc_list in global.h X-Git-Tag: v1.9-dev5~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e0db2fa9967814c781ed682def8bf79add3c9c2;p=thirdparty%2Fhaproxy.git MEDIUM: mworker: add proc_list in global.h Add the process list in types/global.h so it could be accessed from anywhere. --- diff --git a/include/types/global.h b/include/types/global.h index 201a18a152..66ae6da832 100644 --- a/include/types/global.h +++ b/include/types/global.h @@ -234,6 +234,7 @@ extern struct list global_listener_queue; /* list of the temporarily limited lis extern struct task *global_listener_queue_task; extern unsigned int warned; /* bitfield of a few warnings to emit just once */ extern volatile unsigned long sleeping_thread_mask; +extern struct list proc_list; /* list of process in mworker mode */ /* bit values to go with "warned" above */ #define WARN_BLOCK_DEPRECATED 0x00000001