Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
xrootd-ssi-protobuf-interface
Commits
835cfedd
Commit
835cfedd
authored
Apr 27, 2020
by
Michael Davis
Browse files
Changes VERSION to VERSION_CMD to avoid clash with EOS VERSION macro
parent
f4e76672
Changes
1
Hide whitespace changes
Inline
Side-by-side
eos_cta/protobuf/cta_admin.proto
View file @
835cfedd
...
...
@@ -203,7 +203,7 @@ enum HeaderType {
DISKSYSTEM_LS
=
21
;
//< cta-admin disksystem ls
TAPEFILE_LS
=
22
;
//< cta-admin tapefile ls
VIRTUALORGANIZATION_LS
=
23
;
//< cta-admin virtualorganization ls
VERSION
=
24
;
//< cta-admin version
VERSION
_CMD
=
24
;
//< cta-admin version
(This can't be called VERSION as it clashes with an EOS macro)
}
//
...
...
@@ -554,4 +554,4 @@ message VersionItem {
Version
server_version
=
2
;
string
catalogue_connection_string
=
3
;
string
catalogue_version
=
4
;
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment