Skip to content
Snippets Groups Projects
Commit 20e496a2 authored by Tigran Mkrtchyan's avatar Tigran Mkrtchyan :coffee:
Browse files

cta-dcache: drop 'transport' field from DeleteRequest

parent 6aae4efa
Branches
Tags
No related merge requests found
......@@ -65,9 +65,8 @@ message RetrieveRequest {
message DeleteRequest {
cta.common.Service instance = 1; // client instance ID
cta.eos.Client cli = 2; // requester information
cta.eos.Transport transport = 3; // IO, error and success endpoints
FileInfo file = 4; // files' metadata
uint64 archiveId = 5; // tape system unique file ID
FileInfo file = 3; // files' metadata
uint64 archiveId = 4; // tape system unique file ID
}
service CtaRpc {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment