1
0
Fork 0
This commit is contained in:
Simon Grätzer 2019-10-22 12:47:44 +02:00
parent 5417e32beb
commit 5ce1b8bcc1
No known key found for this signature in database
GPG Key ID: E4736AA091116E5C
1 changed files with 2 additions and 0 deletions

View File

@ -449,6 +449,8 @@ void GatherNode::toVelocyPackHelper(VPackBuilder& nodes, unsigned flags,
}
}
}
nodes.add("isParallizable", VPackValue(isParallelizable()));
// And close it:
nodes.close();