From: hades Date: Thu, 2 Sep 1999 09:00:04 +0000 (+0000) Subject: busy as long as there is no data X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=16ce231c98ea7968094dbe4524c3e0398741ad02;p=daqdata.git busy as long as there is no data --- 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)