Skip to content
Snippets Groups Projects
Commit 6c69dfee authored by Eric Cano's avatar Eric Cano
Browse files

Switched protobuf data type for recovery blob from string to binary.

parent aa79b6ff
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ message TapeFile {
}
message DiskFileInfo {
required string recoveryBlob = 8900;
required bytes recoveryblob = 8900;
required string group = 8910;
required string owner = 8930;
required string path = 8940;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment