[Cluster-devel] cluster/dlm/tool main.c

teigland at sourceware.org teigland at sourceware.org
Fri Oct 26 21:23:08 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland at sourceware.org	2007-10-26 21:23:08

Modified files:
	dlm/tool       : main.c 

Log message:
	xid needs to be unsigned long long

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/tool/main.c.diff?cvsroot=cluster&r1=1.11&r2=1.12

--- cluster/dlm/tool/main.c	2007/10/26 18:51:31	1.11
+++ cluster/dlm/tool/main.c	2007/10/26 21:23:08	1.12
@@ -310,7 +310,7 @@
 	int r_len;
 	int rv;
 	unsigned int time;
-	uint64_t	xid;
+	unsigned long long xid;
 	uint32_t	id;
 	int		nodeid;
 	uint32_t	remid;




More information about the Cluster-devel mailing list