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

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

parent fec584da
Branches
Tags
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.
Please register or to comment