Skip to content

Commit c98c469

Browse files
authored
propagate mtx in Pool.h (#42)
1 parent 4c52e36 commit c98c469

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/DataModelBase/Pool.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ namespace ToolFramework{
4141
args.object_cap=in_object_cap;
4242
args.sum = ∑
4343
args.counter = &counter;
44+
args.mtx = &mtx;
4445

4546
if(manage) m_utils.CreateThread("pool_manager", &Thread, &args);
4647

0 commit comments

Comments
 (0)