aboutsummaryrefslogtreecommitdiff
path: root/build2/scheduler
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-03-15 18:38:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-03-15 18:38:03 +0200
commit430e46f7e352b1146f289e82f614d0b68c75aab5 (patch)
tree8ede58e3ada80b63ce15a3e3e93e4850d60986f7 /build2/scheduler
parent925d2d0eabe40517254380c5a12baa338b099d3e (diff)
Implement parallel testscript execution for single target
Diffstat (limited to 'build2/scheduler')
-rw-r--r--build2/scheduler2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/scheduler b/build2/scheduler
index a8f81cd..86a48df 100644
--- a/build2/scheduler
+++ b/build2/scheduler
@@ -399,7 +399,7 @@ namespace build2
//
struct task_data
{
- std::aligned_storage<sizeof (void*) * 7>::type data;
+ std::aligned_storage<sizeof (void*) * 8>::type data;
void (*thunk) (scheduler&, lock&, void*);
};