mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-18 14:06:39 +00:00

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1885 fd59a12c-fef9-0310-b244-a6a79926bd2f
28 lines
538 B
Plaintext
28 lines
538 B
Plaintext
# Version and symbol export for libSaClm.so
|
|
|
|
COROSYNC_EVS_2.0 {
|
|
global:
|
|
evs_initialize;
|
|
evs_finalize;
|
|
evs_fd_get;
|
|
evs_dispatch;
|
|
evs_join;
|
|
evs_leave;
|
|
evs_mcast_joined;
|
|
evs_mcast_groups;
|
|
evs_membership_get;
|
|
|
|
local:
|
|
coroipcc_service_connect;
|
|
coroipcc_service_disconnect;
|
|
coroipcc_dispatch_flow_control_get;
|
|
coroipcc_fd_get;
|
|
coroipcc_dispatch_recv;
|
|
coroipcc_msg_send_reply_receive;
|
|
coroipcc_msg_send_reply_receive_in_buf;
|
|
saHandleCreate;
|
|
saHandleDestroy;
|
|
saHandleInstanceGet;
|
|
saHandleInstancePut;
|
|
};
|