Minor. Name change for trace functions

This commit is contained in:
Joseph Henry 2019-08-14 11:24:03 -07:00
parent 5b7d60f5cd
commit b0e86d11c9
3 changed files with 6 additions and 6 deletions

View file

@ -794,10 +794,10 @@ unsigned int Peer::doPingAndKeepalive(void *tPtr,int64_t now)
}
} if (alivePathCount < 2 && _linkIsRedundant) {
_linkIsRedundant = !_linkIsRedundant;
RR->t->peerLinkNoLongerRedundant(NULL,*this);
RR->t->peerLinkNoLongerAggregate(NULL,*this);
} if (alivePathCount > 1 && !_linkIsRedundant) {
_linkIsRedundant = !_linkIsRedundant;
RR->t->peerLinkNowRedundant(NULL,*this);
RR->t->peerLinkNoLongerAggregate(NULL,*this);
}
}