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
4aaa6708
Commit
4aaa6708
authored
11 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Moved RMC_MAGIC and RMC_TIMEOUT from h/rmc.h to h/rmc_constants.h
parent
94951a78
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
h/rmc.h
+0
-2
0 additions, 2 deletions
h/rmc.h
h/rmc_constants.h
+2
-0
2 additions, 0 deletions
h/rmc_constants.h
with
2 additions
and
2 deletions
h/rmc.h
+
0
−
2
View file @
4aaa6708
...
...
@@ -20,8 +20,6 @@
#define MAXRETRY 5
#define RETRYI 60
#define LOGBUFSZ 1024
#define RMC_MAGIC 0x120D0301
#define RMC_TIMEOUT 5
/* netread timeout while receiving a request */
int
rmclogit
(
const
char
*
const
func
,
const
char
*
const
msg
,
...);
...
...
This diff is collapsed.
Click to expand it.
h/rmc_constants.h
+
2
−
0
View file @
4aaa6708
...
...
@@ -18,6 +18,8 @@
#define RMC_PRTBUFSZ 180
#define RMC_REPBUFSZ 524288
/* must be >= max media changer server reply size */
#define RMC_REQBUFSZ 256
/* must be >= max media changer server request size */
#define RMC_MAGIC 0x120D0301
#define RMC_TIMEOUT 5
/* netread timeout while receiving a request */
#define RMC_PORT 5014
...
...
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