From: hadaq Date: Thu, 23 Sep 2010 17:24:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=2881c0348dbb4f3d11bd2618c600be1aea9848b8;p=daqdata.git *** empty log message *** --- diff --git a/hadaq/evtbuild.c b/hadaq/evtbuild.c index 6f158e7..2f2b69a 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.134 2010-09-23 17:19:48 hadaq Exp $"; +static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.135 2010-09-23 17:24:45 hadaq Exp $"; #define _POSIX_C_SOURCE 199309L #define SYSLOG_NAMES @@ -490,16 +490,8 @@ static int openFile(TheArgs *theArgs, TheStats *theStats) static char sec_path[_POSIX_PATH_MAX]; static once = 1; -/* if (!(theArgs->epicsCtrl)) { */ -/* /\* runNr = genId32 (); *\/ */ -/* gettimeofday(&tv, NULL); */ -/* runNr = tv.tv_sec - TIMEOFFSET; */ -/* } */ - seqNr = 0; - /* theArgs->runNr = runNr; */ - if (once) { changeDisk(once, theArgs, theStats); file_size = theArgs->maxFileSz; @@ -1076,7 +1068,6 @@ int main(int argc, char *argv[]) theArgs->runNr = runNr; res_time = ourTime = runNr + TIMEOFFSET; - /* res_time = ourTime = time(NULL); */ char s[20]; time_t my_time;