Roll forward to cl/314549634

Change-Id: I4d1e7eacd5fa4078a094571ad6d5f51e422535ff
This commit is contained in:
Himanshu Jaju
2020-06-03 11:18:32 -07:00
committed by Alexey Polyudov
parent ae1c427b99
commit cffbc04508
92 changed files with 3804 additions and 697 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ bool Strategy::isValid() const {
return kP2PStar == *this || kP2PCluster == *this || kP2PPointToPoint == *this;
}
string Strategy::getName() const {
std::string Strategy::getName() const {
if (Strategy::kP2PCluster == *this) {
return "P2P_CLUSTER";
} else if (Strategy::kP2PStar == *this) {