Skip to content
Snippets Groups Projects
Commit 9de52947 authored by Michael Davis's avatar Michael Davis
Browse files

Moves Version strings to AdminCmd protobuf

parent 5b175209
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,8 @@ message AdminCmd {
repeated OptionUInt64 option_uint64 = 4; //< List of integer options
repeated OptionString option_str = 5; //< List of string options
repeated OptionStrList option_str_list = 6; //< List of string list options
string clientVersion = 7; //< CTA client version
string protobufTag = 8; //< Protobuf version (tag)
}
//
......
......@@ -29,8 +29,8 @@ message Request {
cta.eos.Notification notification = 1; //< EOS WFE Notification
cta.admin.AdminCmd admincmd = 2; //< CTA Admin Command
}
string client_cta_version = 3; //< Client CTA version
string client_xrootd_ssi_protobuf_interface_version = 4; // Client xrootd-ssi-protobuf-interface version
string client_cta_version = 3; // DEPRECATED (is used only in AdminCmd)
string client_xrootd_ssi_protobuf_interface_version = 4; // DEPRECATED (is used only in AdminCmd)
}
......
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