From 28b8b2c88febbc7d353bb4f349bafa7357bca993 Mon Sep 17 00:00:00 2001 From: hadaq Date: Mon, 22 Apr 2002 16:47:55 +0000 Subject: [PATCH] Name of subroutine changed: hwRace_isBufRequested --- hadaq/hwrace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hadaq/hwrace.h b/hadaq/hwrace.h index 5d38e13..e75ba8d 100644 --- a/hadaq/hwrace.h +++ b/hadaq/hwrace.h @@ -7,7 +7,7 @@ #include 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 -- 2.43.0