From 599ff8532d0f61c9a3668ea1eceb55ce7139b387 Mon Sep 17 00:00:00 2001 From: hadaq Date: Wed, 4 Apr 2007 17:35:56 +0000 Subject: [PATCH] increase WORKER_MAX_NUM_STATS to 160. Sergey --- hadaq/worker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadaq/worker.h b/hadaq/worker.h index 6633da6..435f143 100644 --- a/hadaq/worker.h +++ b/hadaq/worker.h @@ -7,7 +7,7 @@ #include "psxshm.h" -#define WORKER_MAX_NUM_STATS 80 +#define WORKER_MAX_NUM_STATS 160 #define WORKER_MAX_NAME_LEN 32 typedef struct StatisticS { -- 2.43.0