[Cluster-devel] cluster/gfs/gfs_tool counters.c

rpeterso at sourceware.org rpeterso at sourceware.org
Wed Feb 21 23:43:35 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	rpeterso at sourceware.org	2007-02-21 23:43:34

Modified files:
	gfs/gfs_tool   : counters.c 

Log message:
	Resolves: bz 229461: gfs_tool fails to report counters

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_tool/counters.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.2&r2=1.2.8.1

--- cluster/gfs/gfs_tool/counters.c	2005/01/04 10:07:10	1.2
+++ cluster/gfs/gfs_tool/counters.c	2007/02/21 23:43:34	1.2.8.1
@@ -30,7 +30,7 @@
 
 #include "gfs_tool.h"
 
-#define SIZE (65536)
+#define SIZE (4096)
 
 struct token_list {
 	osi_list_t list;




More information about the Cluster-devel mailing list