From 6366d52c824c327a92f1a74d27946eef3bb01bb1 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sat, 15 Apr 2006 07:41:45 +0000 Subject: [PATCH] Fix warning regarding unsigned int for node_id git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@987 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/totem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/totem.h b/exec/totem.h index bc1897ca..27571927 100644 --- a/exec/totem.h +++ b/exec/totem.h @@ -85,7 +85,7 @@ struct totem_config { */ struct totem_interface *interfaces; int interface_count; - int node_id; + unsigned int node_id; /* * key information