mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-06-12 09:11:13 +00:00

cleanup include files and exports from libraries git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@731 fd59a12c-fef9-0310-b244-a6a79926bd2f
40 lines
748 B
Plaintext
40 lines
748 B
Plaintext
# Version and symbol export for libSaClm.so
|
|
|
|
OPENAIS_EVT_B.01.01 {
|
|
global:
|
|
|
|
saEvtInitialize;
|
|
saEvtSelectionObjectGet;
|
|
saEvtDispatch;
|
|
saEvtFinalize;
|
|
saEvtChannelOpen;
|
|
saEvtChannelClose;
|
|
saEvtChannelOpenAsync;
|
|
saEvtChannelUnlink;
|
|
saEvtChannelAllocate;
|
|
saEvtEventFree;
|
|
saEvtEventAttributesSet;
|
|
saEvtEventAttributesGet;
|
|
saEvtEventDataGet;
|
|
saEvtEventPublish;
|
|
saEvtEventSubscribe;
|
|
saEvtEventUnsubscribe;
|
|
saEvtEventRetentionTimeClear;
|
|
|
|
local:
|
|
saHandleCreate;
|
|
saHandleDestroy;
|
|
saHandleInstanceGet;
|
|
saHandleInstancePut;
|
|
saPollRetry;
|
|
saRecvRetry;
|
|
saSendMsgReceiveReply;
|
|
saSendMsgRetry;
|
|
saSendReceiveReply;
|
|
saSendRetry;
|
|
saServiceConnect;
|
|
saServiceConnectTwo;
|
|
saVersionVerify;
|
|
clustTimeNow;
|
|
};
|