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

Renamed CHECKI of rmc to RMC_CHECKI

parent d7a206db
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
#include "osdep.h"
#include "rmc_constants.h"
#define CHECKI 5 /* max interval to check for work to be done */
#define RMC_CHECKI 5 /* max interval to check for work to be done */
#define MAXRETRY 5
#define RETRYI 60
#define LOGBUFSZ 1024
......
......@@ -243,7 +243,7 @@ int rmc_main(struct main_args *main_args)
(void) rmc_doit (rpfd);
}
memcpy (&readfd, &readmask, sizeof(readmask));
timeval.tv_sec = CHECKI;
timeval.tv_sec = RMC_CHECKI;
timeval.tv_usec = 0;
if (select (maxfds, &readfd, (fd_set *)0, (fd_set *)0, &timeval) < 0) {
FD_ZERO (&readfd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment