higher than the memnet priority, which lowers the "pumping problem"
-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/Attic/hwmdc.c,v 6.16 2001-11-18 13:10:34 hadaq Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/Attic/hwmdc.c,v 6.17 2001-11-22 17:26:08 hadaq Exp $";
#define _POSIX_C_SOURCE 199309L
#include "subevt.h"
#include "hwsam.h"
-#define NSAMS 12
+#define NSAMS 5
#define SAMMASK ((1 << NSAMS) - 1)
if ((anySamIsBusy & (1 << i)) && !HwSam_isBusy(my->sam[i])) {
anySamIsBusy &= ~(1 << i);
} else {
-#if 0
+#if 1
struct timespec tS, *t = &tS;
t->tv_sec = 0;
t->tv_nsec = 020000000;