Untested cluster code, not enabled.

This commit is contained in:
Adam Ierymenko 2015-10-14 14:17:55 -07:00
parent 619e113748
commit 59389b3dce
3 changed files with 8 additions and 4 deletions

View file

@ -183,7 +183,7 @@ Identity Topology::getIdentity(const Address &zta)
return _getIdentity(zta);
}
void saveIdentity(const Identity &id)
void Topology::saveIdentity(const Identity &id)
{
if (id) {
char p[128];