mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-06-12 08:24:40 +00:00

Adds AMF B.01.01 support - still needs alot of work git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@879 fd59a12c-fef9-0310-b244-a6a79926bd2f
31 lines
585 B
Plaintext
31 lines
585 B
Plaintext
# Version and symbol export for libSaCkpt.so
|
|
|
|
OPENAIS_CKPT_B.01.01 {
|
|
global:
|
|
openaisCfgInitialize;
|
|
openaisCfgSelectionObjectGet;
|
|
openaisCfgDispatch;
|
|
openaisCfgFinalize;
|
|
openaisCfgAdministrativeStateGet;
|
|
openaisCfgAdministrativeStateSet;
|
|
openaisCfgTrackStart;
|
|
openaisCfgTrackStop;
|
|
|
|
|
|
local:
|
|
saHandleCreate;
|
|
saHandleDestroy;
|
|
saHandleInstanceGet;
|
|
saHandleInstancePut;
|
|
saPollRetry;
|
|
saRecvRetry;
|
|
saSendMsgReceiveReply;
|
|
saSendMsgRetry;
|
|
saSendReceiveReply;
|
|
saSendRetry;
|
|
saServiceConnect;
|
|
saServiceConnectTwo;
|
|
saVersionVerify;
|
|
clustTimeNow;
|
|
};
|