From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 26 Oct 2007 21:23:08 -0000 Subject: [Cluster-devel] cluster/dlm/tool main.c Message-ID: <20071026212308.25836.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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;