Skip to content
Snippets Groups Projects
Commit 29898a83 authored by Steven Murray's avatar Steven Murray Committed by Steven Murray
Browse files

Removed the last depencies between the rmcd daemon and the tplogger logging

system.
parent 80f5114a
Branches
Tags
No related merge requests found
......@@ -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>
......
......@@ -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;
......
......@@ -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, ...)
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment