MINOR: tasks: Add a flag that tells if we're in the global runqueue.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 26 Jul 2018 14:19:58 +0000 (16:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 26 Jul 2018 14:33:10 +0000 (16:33 +0200)
commit76e45181b2767de0d85515763264692083dbc454
tree8830750b74b4aeb4dff8686ba431157d0cd0a7c7
parentf0cea1ee3f17dcfdd8a033fe713303d407907f71
MINOR: tasks: Add a flag that tells if we're in the global runqueue.

How that we have bits available in task->state, add a flag that tells if we're
in the global runqueue or not.
include/proto/task.h
include/types/task.h
src/task.c