diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-07 07:56:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-08-07 07:56:23 +0200 |
commit | 20ce40e34faf6b08f8c3bb9a149a3975fd4403cc (patch) | |
tree | ce92a45a07399535ed6e3e36f020896fa9fa519f /libbuild2/scheduler.hxx | |
parent | 0592557e49cc7d6a2da2b5d9f5aaaeefbfcf7248 (diff) |
Tighten deadlock monitor notification logic
Diffstat (limited to 'libbuild2/scheduler.hxx')
-rw-r--r-- | libbuild2/scheduler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/scheduler.hxx b/libbuild2/scheduler.hxx index 99b27c9..0107753 100644 --- a/libbuild2/scheduler.hxx +++ b/libbuild2/scheduler.hxx @@ -350,7 +350,7 @@ namespace build2 wait_idle (); private: - void + bool activate_helper (lock&); void |