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
8d05924e
Commit
8d05924e
authored
18 years ago
by
Giulia Taurelli
Committed by
Steven Murray
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
specific serrno added for svc class not found and modification done to be compatible for dpm merge.
parent
7fb9452f
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
mediachanger/castorrmc/common/serror.c
+1
-0
1 addition, 0 deletions
mediachanger/castorrmc/common/serror.c
mediachanger/castorrmc/h/serrno.h
+4
-3
4 additions, 3 deletions
mediachanger/castorrmc/h/serrno.h
with
5 additions
and
3 deletions
mediachanger/castorrmc/common/serror.c
+
1
−
0
View file @
8d05924e
...
...
@@ -62,6 +62,7 @@ char *sys_serrlist[SEMAXERR-SEBASEOFF+2]=
"Entry already exists"
,
"Group unknown"
,
"Bad checksum"
,
"This service class is not available for this host"
,
"Got SQL exception from database"
,
"Too many symbolic links"
,
"BAD ERROR NUMBER"
...
...
This diff is collapsed.
Click to expand it.
mediachanger/castorrmc/h/serrno.h
+
4
−
3
View file @
8d05924e
...
...
@@ -75,10 +75,11 @@
#define SEENTRYEXISTS SEBASEOFF+35
/* Entry already exists */
#define SEGROUPUNKN SEBASEOFF+36
/* Group Unknown */
#define SECHECKSUM SEBASEOFF+37
/* Wrong checksum */
#define SESQLERR SEBASEOFF+38
/* SQL exception from database */
#define SELOOP SEBASEOFF+39
/* Too many symbolic links encountered */
#define SESVCCLASSNFND SEBASEOFF+38
/* Service class not available */
#define SESQLERR SEBASEOFF+39
/* SQL exception from database */
#define SELOOP SEBASEOFF+40
/* Too many symbolic links encountered */
#define SEMAXERR SEBASEOFF+
39
/* Maximum error number */
#define SEMAXERR SEBASEOFF+
40
/* Maximum error number */
#define SERRNO (serrno - SEBASEOFF)
/* User convenience */
/*
...
...
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