Skip to content

Commit 89ac324

Browse files
authored
Add capacity setting to NetworkConnection object
1 parent 6651e18 commit 89ac324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ConfigObjectFactory.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ ConfigObjectFactory::create_net_obj(const NetworkConnectionDescriptor* ndesc,
9393

9494
net_obj.set_by_val<std::string>("data_type", ndesc->get_data_type());
9595
net_obj.set_by_val<std::string>("connection_type", ndesc->get_connection_type());
96+
net_obj.set_by_val<uint32_t>("capacity", ndesc->get_capacity());
9697
net_obj.set_obj("associated_service", &svc_obj);
9798

9899
return net_obj;

0 commit comments

Comments
 (0)