mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 07:24:01 +00:00
votequorum: network data should be packed
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com> Reviewed-by: Christine Caulfield <ccaulfie@redhat.com>
This commit is contained in:
parent
848f24d903
commit
7abb831964
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009-2011 Red Hat, Inc.
|
||||
* Copyright (c) 2009-2012 Red Hat, Inc.
|
||||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
@ -415,7 +415,7 @@ struct req_exec_quorum_reconfigure {
|
||||
unsigned int param;
|
||||
unsigned int nodeid;
|
||||
unsigned int value;
|
||||
};
|
||||
} __attribute__((packed));
|
||||
|
||||
static void read_quorum_config(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user