mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-15 18:36:31 +00:00

I've only added missing symbols and removed old ones. The actual library version numbers might need assessing too. Signed-off-by: Christine Caulfield <ccaulfie@redhat.com> Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com>
18 lines
292 B
Plaintext
18 lines
292 B
Plaintext
# Version and symbol export for libsam.so
|
|
|
|
COROSYNC_SAM_1.0 {
|
|
global:
|
|
sam_initialize;
|
|
sam_finalize;
|
|
sam_start;
|
|
sam_stop;
|
|
sam_register;
|
|
sam_hc_send;
|
|
sam_hc_callback_register;
|
|
sam_warn_signal_set;
|
|
sam_data_getsize;
|
|
sam_data_restore;
|
|
sam_data_store;
|
|
sam_mark_failed;
|
|
};
|