mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-03 17:45:19 +00:00
Fix warning regarding unsigned int for node_id
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@987 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
6199aaa3bd
commit
6366d52c82
@ -85,7 +85,7 @@ struct totem_config {
|
||||
*/
|
||||
struct totem_interface *interfaces;
|
||||
int interface_count;
|
||||
int node_id;
|
||||
unsigned int node_id;
|
||||
|
||||
/*
|
||||
* key information
|
||||
|
Loading…
Reference in New Issue
Block a user