Skip to content
Snippets Groups Projects
Commit 4aaa6708 authored by Steven Murray's avatar Steven Murray
Browse files

Moved RMC_MAGIC and RMC_TIMEOUT from h/rmc.h to h/rmc_constants.h

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