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
769d40bc
Commit
769d40bc
authored
11 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Removed the last depencies between the rmcd daemon and the tplogger logging
system.
parent
63b9d19b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
rmc/rmc_logreq.c
+0
-1
0 additions, 1 deletion
rmc/rmc_logreq.c
rmc/rmc_procreq.c
+0
-1
0 additions, 1 deletion
rmc/rmc_procreq.c
rmc/rmc_sendrep.c
+0
-1
0 additions, 1 deletion
rmc/rmc_sendrep.c
rmc/rmc_serv.c
+0
-3
0 additions, 3 deletions
rmc/rmc_serv.c
with
0 additions
and
6 deletions
rmc/rmc_logreq.c
+
0
−
1
View file @
769d40bc
...
...
@@ -6,7 +6,6 @@
#include
"h/rmc_constants.h"
#include
"h/rmc_logit.h"
#include
"h/rmc_logreq.h"
#include
"h/tplogger_api.h"
#include
<string.h>
...
...
This diff is collapsed.
Click to expand it.
rmc/rmc_procreq.c
+
0
−
1
View file @
769d40bc
...
...
@@ -23,7 +23,6 @@
#include
"h/rmc_smcsubr.h"
#include
"h/rmc_smcsubr2.h"
#include
"h/rmc_sendrep.h"
#include
"h/tplogger_api.h"
#include
<string.h>
extern
struct
extended_robot_info
extended_robot_info
;
...
...
This diff is collapsed.
Click to expand it.
rmc/rmc_sendrep.c
+
0
−
1
View file @
769d40bc
...
...
@@ -14,7 +14,6 @@
#include
"h/rmc_constants.h"
#include
"h/rmc_logit.h"
#include
"h/rmc_sendrep.h"
#include
"h/tplogger_api.h"
#include
<unistd.h>
int
rmc_sendrep
(
const
int
rpfd
,
const
int
rep_type
,
...)
...
...
This diff is collapsed.
Click to expand it.
rmc/rmc_serv.c
+
0
−
3
View file @
769d40bc
...
...
@@ -28,7 +28,6 @@
#include
"h/scsictl.h"
#include
"h/serrno.h"
#include
"h/Cdomainname.h"
#include
"h/tplogger_api.h"
#include
<sys/types.h>
#include
<sys/stat.h>
#include
"h/rmc_send_scsi_cmd.h"
...
...
@@ -190,8 +189,6 @@ int rmc_main(struct main_args *main_args)
FD_ZERO
(
&
readfd
);
}
}
/* never reached */
tl_rtcpd
.
tl_exit
(
&
tl_rmcdaemon
,
0
);
}
int
main
(
int
argc
,
...
...
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