mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-10 09:21:35 -04:00
MINOR: task: export global_task_mask
It will be used in debugging functions and must be exported.
This commit is contained in:
parent
58d9621fc8
commit
aa1e1be88f
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@
|
|||
/* a few exported variables */
|
||||
extern unsigned int nb_tasks; /* total number of tasks */
|
||||
extern volatile unsigned long active_tasks_mask; /* Mask of threads with active tasks */
|
||||
extern volatile unsigned long global_tasks_mask; /* Mask of threads with tasks in the global runqueue */
|
||||
extern unsigned int tasks_run_queue; /* run queue size */
|
||||
extern unsigned int tasks_run_queue_cur;
|
||||
extern unsigned int nb_tasks_cur;
|
||||
|
|
|
|||
Loading…
Reference in a new issue