mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-06-11 01:31:42 +00:00

can be dynamically loaded via the live component replacement service. Sync handlers are also dynamically contributed. It is possible to build using either dynamic loading via LCR or static linking of the entire executive. This is controlled by the BUILD_DYNAMIC configuration option in the Makefile. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@892 fd59a12c-fef9-0310-b244-a6a79926bd2f
25 lines
437 B
Plaintext
25 lines
437 B
Plaintext
# Version and symbol export for libSaLck.so
|
|
|
|
OPENAIS_LCK_B.01.01 {
|
|
global:
|
|
saLckInitialize;
|
|
saLckSelectionObjectGet;
|
|
saLckDispatch;
|
|
saLckinalize;
|
|
local:
|
|
saHandleCreate;
|
|
saHandleDestroy;
|
|
saHandleInstanceGet;
|
|
saHandleInstancePut;
|
|
saPollRetry;
|
|
saRecvRetry;
|
|
saSendMsgReceiveReply;
|
|
saSendMsgRetry;
|
|
saSendReceiveReply;
|
|
saSendRetry;
|
|
saServiceConnect;
|
|
saServiceConnectTwo;
|
|
saVersionVerify;
|
|
clustTimeNow;
|
|
};
|