Skip to content

Commit b401b56

Browse files
committed
Add shared_node_pool to pool testing.
1 parent 9d5a312 commit b401b56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/node_pool_test.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,11 @@ int main ()
2222
if(!test::test_all_node_pool<node_pool_t>())
2323
return 1;
2424

25+
typedef ipcdetail::shared_node_pool
26+
<segment_manager_t, 4, 64> shared_node_pool_t;
27+
28+
if(!test::test_all_node_pool<shared_node_pool_t>())
29+
return 1;
30+
2531
return 0;
2632
}

0 commit comments

Comments
 (0)