diff options
Diffstat (limited to 'weed/pb/master.proto')
| -rw-r--r-- | weed/pb/master.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/pb/master.proto b/weed/pb/master.proto index 11537a4b9..5b54b690a 100644 --- a/weed/pb/master.proto +++ b/weed/pb/master.proto @@ -9,7 +9,7 @@ option go_package = "github.com/chrislusf/seaweedfs/weed/pb/master_pb"; service Seaweed { rpc SendHeartbeat (stream Heartbeat) returns (stream HeartbeatResponse) { } - rpc KeepConnected (stream KeepConnectedRequest) returns (stream VolumeLocation) { + rpc SubscribeVolumeLocationUpdates (stream SubscribeVolumeLocationUpdatesRequest) returns (stream VolumeLocation) { } rpc LookupVolume (LookupVolumeRequest) returns (LookupVolumeResponse) { } @@ -126,7 +126,7 @@ message SuperBlockExtra { ErasureCoding erasure_coding = 1; } -message KeepConnectedRequest { +message SubscribeVolumeLocationUpdatesRequest { string client_type = 1; string client_address = 3; string version = 4; |
