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
ff986261
Commit
ff986261
authored
11 years ago
by
Steven Murray
Committed by
Steven Murray
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Renamed marshall_ELEMENT to rmc_marshall_ELEMENT
parent
70cae04a
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
mediachanger/castorrmc/rmc/rmc_procreq.c
+3
-3
3 additions, 3 deletions
mediachanger/castorrmc/rmc/rmc_procreq.c
with
3 additions
and
3 deletions
mediachanger/castorrmc/rmc/rmc_procreq.c
+
3
−
3
View file @
ff986261
...
...
@@ -28,7 +28,7 @@
extern
struct
extended_robot_info
extended_robot_info
;
extern
char
localhost
[
CA_MAXHOSTNAMELEN
+
1
];
static
int
marshall_
ELEMENT
(
static
int
rmc_
marshall_
element
(
char
**
const
sbpp
,
const
struct
smc_element_info
*
const
element_info
)
{
...
...
@@ -192,7 +192,7 @@ int rmc_srv_findcart(
sbp
=
repbuf
;
marshall_LONG
(
sbp
,
c
);
for
(
i
=
0
,
elemp
=
element_info
;
i
<
c
;
i
++
,
elemp
++
)
marshall_
ELEMENT
(
&
sbp
,
elemp
);
rmc_
marshall_
element
(
&
sbp
,
elemp
);
free
(
element_info
);
rmc_sendrep
(
rpfd
,
MSG_DATA
,
sbp
-
repbuf
,
repbuf
);
free
(
repbuf
);
...
...
@@ -452,7 +452,7 @@ int rmc_srv_readelem(
sbp
=
repbuf
;
marshall_LONG
(
sbp
,
c
);
for
(
i
=
0
,
elemp
=
element_info
;
i
<
c
;
i
++
,
elemp
++
)
marshall_
ELEMENT
(
&
sbp
,
elemp
);
rmc_
marshall_
element
(
&
sbp
,
elemp
);
free
(
element_info
);
rmc_sendrep
(
rpfd
,
MSG_DATA
,
sbp
-
repbuf
,
repbuf
);
free
(
repbuf
);
...
...
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