]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
Name of subroutine changed: hwRace_isBufRequested
authorhadaq <hadaq>
Mon, 22 Apr 2002 16:47:55 +0000 (16:47 +0000)
committerhadaq <hadaq>
Mon, 22 Apr 2002 16:47:55 +0000 (16:47 +0000)
hadaq/hwrace.h

index 5d38e13d645d05cfa1d73aa2e0374d965748f199..e75ba8d0856c838fdeaa8437d7ed794d4bf9b603 100644 (file)
@@ -7,7 +7,7 @@
 #include <allParam.h>
 
 typedef struct HwRaceS {
-  char name[16];
+  char name[12];
   Rc *rc;
   LVme_L *buf;
   int bankRequested;
@@ -22,7 +22,7 @@ void HwRace_requestBuffer(HwRace *my);
 int HwRace_isBusy(HwRace *my);
 int HwRace_isEmpty(HwRace *my);
 int HwRace_readSubEvt(HwRace *my, void *subEvt);
-static int HwRace_BufIsRequested(HwRace *my) {
+static int HwRace_isBufRequested(HwRace *my) {
        return my->currAddr == 0;
 }
 #endif