mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 10:59:34 +00:00
quorum: drop dead code
spotted while writing man pages. There are no users for this struct Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com> Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
3cd9dce744
commit
20dd9ba36d
@ -42,11 +42,6 @@ extern "C" {
|
||||
|
||||
typedef uint64_t quorum_handle_t;
|
||||
|
||||
typedef struct {
|
||||
uint32_t nodeid;
|
||||
uint32_t state;
|
||||
} quorum_node_t;
|
||||
|
||||
typedef void (*quorum_notification_fn_t) (
|
||||
quorum_handle_t handle,
|
||||
uint32_t quorate,
|
||||
|
Loading…
Reference in New Issue
Block a user