Fix API problem with path configuration..

This commit is contained in:
Adam Ierymenko 2017-09-25 08:53:47 -07:00
parent 52916eebcf
commit 302c15140e
2 changed files with 16 additions and 0 deletions

View file

@ -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;
}