mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-10-17 18:47:58 +00:00

a quorum device is not necessarely a disk and this also aligns various names to be generic Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com> Reviewed-By: Christine Caulfield <ccaulfie@redhat.com>
19 lines
429 B
Plaintext
19 lines
429 B
Plaintext
# Version and symbol export for libvotequorum.so
|
|
|
|
COROSYNC_VOTEQUORUM_1.0 {
|
|
global:
|
|
votequorum_initialize;
|
|
votequorum_finalize;
|
|
votequorum_getinfo;
|
|
votequorum_setexpected;
|
|
votequorum_setvotes;
|
|
votequorum_qdevice_register;
|
|
votequorum_qdevice_unregister;
|
|
votequorum_qdevice_poll;
|
|
votequorum_qdevice_getinfo;
|
|
votequorum_trackstart;
|
|
votequorum_trackstop;
|
|
votequorum_context_get;
|
|
votequorum_context_set;
|
|
};
|