From 7aff4ef5cb59d35016559c62020e3c36cdee16a5 Mon Sep 17 00:00:00 2001 From: hadaq Date: Mon, 31 Mar 2008 17:38:52 +0000 Subject: [PATCH] increased WORKER_MAX_NUM_STATS upto 550. S.Y. --- hadaq/worker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadaq/worker.h b/hadaq/worker.h index 5523389..29625a6 100644 --- a/hadaq/worker.h +++ b/hadaq/worker.h @@ -7,7 +7,7 @@ #include "psxshm.h" -#define WORKER_MAX_NUM_STATS 160 +#define WORKER_MAX_NUM_STATS 550 #define WORKER_MAX_NAME_LEN 32 typedef struct StatisticS { -- 2.43.0