commit | b1ca58b245e8e1dec098c5c0a83e4c4fd7b77a6c | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Wed Jun 06 14:22:03 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jun 06 16:35:12 2018 +0200 |
tree | ca3abfae9fcd6e76c3ba647d489e58daa74f5a52 | |
parent | e13ab8b3c6e72d68fdb9cb6d694a2557b309c87f [diff] |
MINOR: tasks: Don't define rqueue if we're building without threads. To make sure we don't inadvertently insert task in the global runqueue, while only the local runqueue is used without threads, make its definition and usage conditional on USE_THREAD.