Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
0fca8d3d
Commit
0fca8d3d
authored
8 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Updated EOS protobuf definitions in EOS-CTA interface.pdf
parent
8309a6d3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/EOS-CTA interface.pdf
+0
-0
0 additions, 0 deletions
doc/EOS-CTA interface.pdf
doc/EOS-CTA interface.tex
+11
-11
11 additions, 11 deletions
doc/EOS-CTA interface.tex
with
11 additions
and
11 deletions
doc/EOS-CTA interface.pdf
+
0
−
0
View file @
0fca8d3d
No preview for this file type
This diff is collapsed.
Click to expand it.
doc/EOS-CTA interface.tex
+
11
−
11
View file @
0fca8d3d
...
...
@@ -264,7 +264,7 @@ syntax = "proto3";
package eos.wfe;
message id
{
s
fixed n = 1; // identity number
fixed
64
n = 1; // identity number
string name = 2; // identity name
}
...
...
@@ -314,7 +314,7 @@ message service {
message workflow
{
string event = 1; //< event
string queue = 2; //< queue
string w
orkflow
= 3; //< workflow
string w
fname
= 3; //< workflow
string vpath = 4; //< vpath
service instance = 5; //< instance information
fixed64 timestamp = 6; //< event timestamp
...
...
@@ -329,18 +329,18 @@ message notification {
}
message xattr
{
enum Operation
{
GET = 0; ADD = 1; SET = 2; DELETE = 3
}
fixed64 fid = 1; //< file id
map<string, string> xattr = 2 //< xattribute map
o
peration op = 3; //< operation to execute for this xattr map
enum Operation
{
GET = 0; ADD = 1; SET = 2; DELETE = 3
;
}
fixed64 fid = 1;
//< file id
map<string, string> xattr
s
= 2
;
//< xattribute map
O
peration op = 3;
//< operation to execute for this xattr map
}
message tapereplica
{
enum Status
{
OFFTAPE = 0; ONTAPE = 1; ONTAPESAVE = 2
}
fixed64 fid = 1;
//< file id
Status status = 2; //< state state for file ID
fixed64 size = 3; //< File size as recorded on tape for cross check
checkum cks = 4; //< File checksum as computer while writing to tape
enum Status
{
OFFTAPE = 0; ONTAPE = 1; ONTAPESAVE = 2
;
}
fixed64 fid = 1; //< file id
Status status = 2; //< state state for file ID
fixed64 size = 3;
//< File size as recorded on tape for cross check
check
s
um cks = 4;
//< File checksum as computer while writing to tape
}
\end{lstlisting}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment