tmp commit

This commit is contained in:
Chris Lu
2018-07-27 01:54:45 -07:00
parent e4b7e31902
commit 0d98949199
5 changed files with 192 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ service Seaweed {
}
rpc KeepConnected (stream Empty) returns (stream Empty) {
}
rpc ListenForTopoChange (stream Empty) returns (stream VolumeLocation) {
}
}
//////////////////////////////////////////////////
@@ -55,3 +57,9 @@ message SuperBlockExtra {
}
ErasureCoding erasure_coding = 1;
}
message VolumeLocation {
string url = 1;
string public_url = 2;
repeated uint32 vid = 3;
}