]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
blocking 63K
authorhades <hades>
Sun, 21 Nov 1999 16:43:31 +0000 (16:43 +0000)
committerhades <hades>
Sun, 21 Nov 1999 16:43:31 +0000 (16:43 +0000)
hadaq/readout.c

index 6bf5e5782e541c3fc04f58c7f8c96d9bab22d5e8..cec72ddbdccc7093b82b5ab160bd57089113eb02 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/readout.c,v 6.6 1999-11-21 16:27:27 hades Exp $";
+static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/readout.c,v 6.7 1999-11-21 16:43:31 hades Exp $";
 
 #define _POSIX_C_SOURCE 199309L
 #include <unistd.h>
@@ -95,8 +95,8 @@ void main(int argc, char *argv[])
        Worker_initEnd(worker);
 
        hadTuQueue = allocMem(HadTuQueue_sizeOf());
-       hadTu = ShmTrans_alloc(shmTrans, 32 * 1024);
-       conHadTuQueue(hadTuQueue, hadTu, 32 * 1024);
+       hadTu = ShmTrans_alloc(shmTrans, 64 * 1024);
+       conHadTuQueue(hadTuQueue, hadTu, 64 * 1024);
        while (setjmp(terminateJmp) == 0) {
                Worker_dump(worker, 1);