From: hadaq Date: Mon, 11 Mar 2002 13:41:43 +0000 (+0000) Subject: removed bug form output evtsDiscarded/s, mt X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=910be01a2ba9f424d0cab8972fe94c51fe3b19a9;p=daqdata.git removed bug form output evtsDiscarded/s, mt --- diff --git a/hadaq/evtbuild.c b/hadaq/evtbuild.c index 9f568ef..18d6ca1 100644 --- a/hadaq/evtbuild.c +++ b/hadaq/evtbuild.c @@ -1,4 +1,4 @@ -static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.38 2002-02-27 13:20:31 hadaq Exp $"; +static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.39 2002-03-11 13:41:43 hadaq Exp $"; #define _POSIX_C_SOURCE 199506L @@ -264,7 +264,7 @@ static void statsDump(TheArgs *theArgs, TheStats *my, int interval) { putchar('\n'); printf("%19s:%6s", "evtsComplete/s", unit(*my->evtsComplete - lastEC)); - printf("%19s:%6s", "evtsDiscarded/s", unit(*my->evtsDiscarded) - lastED); + printf("%19s:%6s", "evtsDiscarded/s", unit(*my->evtsDiscarded - lastED)); printf("%19s:%6s", "bytesWritten/s", unit(*my->bytesWritten - lastBW)); putchar('\n'); lastEC = *my->evtsComplete;