From f132b04af143b67dd0374ef434dbc413ffd8b5fd Mon Sep 17 00:00:00 2001 From: hadaq Date: Fri, 19 Apr 2002 19:13:44 +0000 Subject: [PATCH] Looks like it got adjusted to the corresponding c file. Thus, its needed. W. Koenig --- hadaq/hwrace.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hadaq/hwrace.h b/hadaq/hwrace.h index 0025796..5d38e13 100644 --- a/hadaq/hwrace.h +++ b/hadaq/hwrace.h @@ -22,5 +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) { + return my->currAddr == 0; +} #endif -- 2.43.0