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
ed42240d
Commit
ed42240d
authored
11 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Removed the unused C structures acctstage, accstage2 and accstage64
parent
dce44da6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
h/sacct.h
+0
-115
0 additions, 115 deletions
h/sacct.h
with
0 additions
and
115 deletions
h/sacct.h
+
0
−
115
View file @
ed42240d
...
...
@@ -137,121 +137,6 @@ struct acctrfio64 { /* accounting record for rfio64 software */
#define MAXFSEQ 15
#endif
struct
acctstage
{
/* accounting record for stage software */
int
subtype
;
uid_t
uid
;
gid_t
gid
;
int
reqid
;
int
req_type
;
int
retryn
;
/* retry number */
int
exitcode
;
union
{
char
clienthost
[
CA_MAXHOSTNAMELEN
+
1
];
struct
{
char
poolname
[
CA_MAXPOOLNAMELEN
+
1
];
char
t_or_d
;
off_t
actual_size
;
int
nbaccesses
;
union
{
struct
{
/* tape specific info */
char
dgn
[
CA_MAXDGNLEN
+
1
];
char
fseq
[
CA_MAXFSEQLEN
+
1
];
char
vid
[
CA_MAXVIDLEN
+
1
];
char
tapesrvr
[
CA_MAXHOSTNAMELEN
+
1
];
}
t
;
struct
{
/* info for disk file stageing */
char
xfile
[
CA_MAXHOSTNAMELEN
+
MAXPATH
+
1
];
}
d
;
struct
{
/* info for disk file stageing */
char
xfile
[
STAGE_MAX_HSMLENGTH
+
1
];
}
m
;
struct
{
/* info for disk file stageing */
char
xfile
[
STAGE_MAX_HSMLENGTH
+
1
];
u_signed64
fileid
;
}
h
;
}
u1
;
}
s
;
}
u2
;
};
struct
acctstage2
{
/* accounting record for stage software */
int
subtype
;
uid_t
uid
;
gid_t
gid
;
int
reqid
;
int
req_type
;
int
retryn
;
/* retry number */
int
exitcode
;
union
{
char
clienthost
[
CA_MAXHOSTNAMELEN
+
1
];
struct
{
char
poolname
[
CA_MAXPOOLNAMELEN
+
1
];
char
t_or_d
;
off_t
actual_size
;
time_t
c_time
;
int
nbaccesses
;
union
{
struct
{
/* tape specific info */
int
side
;
char
dgn
[
CA_MAXDGNLEN
+
1
];
char
fseq
[
CA_MAXFSEQLEN
+
1
];
char
vid
[
CA_MAXVIDLEN
+
1
];
char
tapesrvr
[
CA_MAXHOSTNAMELEN
+
1
];
}
t
;
struct
{
/* info for disk file stageing */
char
xfile
[
CA_MAXHOSTNAMELEN
+
MAXPATH
+
1
];
}
d
;
struct
{
/* info for disk file stageing */
char
xfile
[
STAGE_MAX_HSMLENGTH
+
1
];
}
m
;
struct
{
/* info for disk file stageing */
char
xfile
[
STAGE_MAX_HSMLENGTH
+
1
];
u_signed64
fileid
;
}
h
;
}
u1
;
}
s
;
}
u2
;
};
struct
acctstage64
{
/* accounting record for stage 64BITS software */
int
subtype
;
uid_t
uid
;
gid_t
gid
;
int
reqid
;
int
req_type
;
int
retryn
;
/* retry number */
int
exitcode
;
union
{
char
clienthost
[
CA_MAXHOSTNAMELEN
+
1
];
struct
{
char
poolname
[
CA_MAXPOOLNAMELEN
+
1
];
char
t_or_d
;
u_signed64
actual_size
;
TIME_T
c_time
;
int
nbaccesses
;
union
{
struct
{
/* tape specific info */
int
side
;
char
dgn
[
CA_MAXDGNLEN
+
1
];
char
fseq
[
CA_MAXFSEQLEN
+
1
];
char
vid
[
CA_MAXVIDLEN
+
1
];
char
tapesrvr
[
CA_MAXHOSTNAMELEN
+
1
];
}
t
;
struct
{
/* info for disk file stageing */
char
xfile
[
CA_MAXHOSTNAMELEN
+
MAXPATH
+
1
];
}
d
;
struct
{
/* info for disk file stageing */
char
xfile
[
STAGE_MAX_HSMLENGTH
+
1
];
}
m
;
struct
{
/* info for disk file stageing */
char
xfile
[
STAGE_MAX_HSMLENGTH
+
1
];
u_signed64
fileid
;
}
h
;
}
u1
;
}
s
;
}
u2
;
};
/* subtypes for stage accounting records */
#define STGSTART 0
/* stgdaemon started */
...
...
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