From 16ce231c98ea7968094dbe4524c3e0398741ad02 Mon Sep 17 00:00:00 2001 From: hades Date: Thu, 2 Sep 1999 09:00:04 +0000 Subject: [PATCH] busy as long as there is no data --- hadaq/hwv775.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hadaq/hwv775.c b/hadaq/hwv775.c index f5f42e0..5ebd1f6 100644 --- a/hadaq/hwv775.c +++ b/hadaq/hwv775.c @@ -1,4 +1,4 @@ -static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/Attic/hwv775.c,v 1.1 1999-09-02 08:36:41 hades Exp $"; +static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/Attic/hwv775.c,v 1.2 1999-09-02 09:00:04 hades Exp $"; #define _POSIX_C_SOURCE 199309L #include @@ -64,7 +64,7 @@ void HwV775_requestBuffer(HwV775 * my) int HwV775_isBusy(HwV775 * my) { - return 0; + return HwV775_isEmpty(my); } int HwV775_isEmpty(HwV775 * my) -- 2.43.0