]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
busy as long as there is no data
authorhades <hades>
Thu, 2 Sep 1999 09:00:04 +0000 (09:00 +0000)
committerhades <hades>
Thu, 2 Sep 1999 09:00:04 +0000 (09:00 +0000)
hadaq/hwv775.c

index f5f42e0d60d63b9bf05f5883d369c23382eaaf24..5ebd1f601cb41ccc975b76f3d810396219b45f1f 100644 (file)
@@ -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 <unistd.h>
@@ -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)