static char *rcsId =
- "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.84 2008-06-03 10:13:21 hadaq Exp $";
+ "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.85 2008-06-03 14:26:53 hadaq Exp $";
#define _POSIX_C_SOURCE 199309L
#define SYSLOG_NAMES
-#define RFIO
+/* #define RFIO */
#include <unistd.h>
#include <getopt.h>
int slowCtrlFileCnt;
unsigned long isStandalone;
unsigned long priority;
- long queueSize;
+ unsigned long queueSize;
char verbosity[PARAM_MAX_VALUE_LEN];
unsigned long evtId;
- long maxFileSz;
+ unsigned long maxFileSz;
unsigned short no_rpc;
unsigned int resdownscale;
unsigned int resnumevents;
double resdown_offset;
/* the following arguments are for the variable queue size. S.Y. */
- long varQSize[MAXINPATH];
+ unsigned long varQSize[MAXINPATH];
int varQSizeCnt;
unsigned int rfioFlag;