Fix API problem with path configuration..
This commit is contained in:
parent
52916eebcf
commit
302c15140e
2 changed files with 16 additions and 0 deletions
|
@ -563,6 +563,7 @@ uint64_t Node::prng()
|
|||
|
||||
ZT_ResultCode Node::setPhysicalPathConfiguration(const struct sockaddr_storage *pathNetwork, const ZT_PhysicalPathConfiguration *pathConfig)
|
||||
{
|
||||
RR->topology->setPhysicalPathConfiguration(pathNetwork,pathConfig);
|
||||
return ZT_RESULT_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue