Add the process list in types/global.h so it could be accessed from
anywhere.
---
 include/types/global.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/types/global.h b/include/types/global.h
index 201a18a15..66ae6da83 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
-- 
2.16.4


Reply via email to