mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-06-12 07:15:35 +00:00

First cut at a distributed locking service. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@829 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;
|
|
};
|