diff options
Diffstat (limited to 'weed/pb/seaweed.proto')
| -rw-r--r-- | weed/pb/seaweed.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/weed/pb/seaweed.proto b/weed/pb/seaweed.proto index e7b757bd8..bc376f75b 100644 --- a/weed/pb/seaweed.proto +++ b/weed/pb/seaweed.proto @@ -23,6 +23,9 @@ message Heartbeat { string rack = 7; uint32 admin_port = 8; repeated VolumeInformationMessage volumes = 9; + // delta volume ids + repeated uint32 new_vids = 10; + repeated uint32 deleted_vids = 11; } message HeartbeatResponse { |
