repo.or.cz
/
openais.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patch to add new api to logsys to get priority names from subsystem names.
[openais.git]
/
lib
/
libSaEvt.versions
blob
8aa4a969be99afbcbdc98e4a15c94e9d4117943a
1
# Version and symbol export for libSaClm.so
2
3
OPENAIS_EVT_B.01.01 {
4
global:
5
6
saEvtInitialize;
7
saEvtSelectionObjectGet;
8
saEvtDispatch;
9
saEvtFinalize;
10
saEvtChannelOpen;
11
saEvtChannelClose;
12
saEvtChannelOpenAsync;
13
saEvtChannelUnlink;
14
saEvtChannelAllocate;
15
saEvtEventFree;
16
saEvtEventAttributesSet;
17
saEvtEventAttributesGet;
18
saEvtEventDataGet;
19
saEvtEventPublish;
20
saEvtEventSubscribe;
21
saEvtEventUnsubscribe;
22
saEvtEventRetentionTimeClear;
23
24
local:
25
saHandleCreate;
26
saHandleDestroy;
27
saHandleInstanceGet;
28
saHandleInstancePut;
29
saPollRetry;
30
saRecvRetry;
31
saSendMsgReceiveReply;
32
saSendMsgRetry;
33
saSendReceiveReply;
34
saSendRetry;
35
saServiceConnect;
36
saVersionVerify;
37
clustTimeNow;
38
};