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
d7cc1471
Commit
d7cc1471
authored
11 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
bug #101881: RFE: Remove unused stager DB reference from tape server code
Fixed in the trunk.
parent
d789c423
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
h/rtcp.h
+0
-10
0 additions, 10 deletions
h/rtcp.h
with
0 additions
and
10 deletions
h/rtcp.h
+
0
−
10
View file @
d7cc1471
...
...
@@ -241,14 +241,6 @@ typedef struct rtcpDumpTapeRequest {
}
rtcpDumpTapeRequest_t
;
#define RTCP_DUMPTAPEREQLEN (8*LONGSIZE)
/*
* Opaque DB reference for use in the new stager
*/
typedef
struct
RtcpDBRef
{
u_signed64
key
;
/* Catalogue DB key */
void
*
row
;
/* Catalogue DB row */
}
RtcpDBRef_t
;
/*
* Circular lists of tape and file requests. (Client only)
*/
...
...
@@ -258,7 +250,6 @@ typedef struct tape_list {
* local retry. This is needed
* to prevent Ctape_reserve() from
* being called twice. */
RtcpDBRef_t
*
dbRef
;
/* DB reference used in new stager */
rtcpTapeRequest_t
tapereq
;
rtcpDumpTapeRequest_t
dumpreq
;
/* Only used if file == NULL */
struct
file_list
*
file
;
/* List of files for this tape */
...
...
@@ -311,7 +302,6 @@ typedef struct file_list {
const
char
*
,
unsigned
int
);
RtcpDBRef_t
*
dbRef
;
/* DB reference used in new stager */
rtcpFileRequest_t
filereq
;
struct
tape_list
*
tape
;
/* Parent tape request */
struct
file_list
*
next
;
/* Next in circular list */
...
...
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