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
/
libcpg.versions
blob
12d5a216c95ccd27416d5a95c378d3bb05dac9f5
1
# Version and symbol export for libcpg.so
2
3
OPENAIS_CPG_1.0 {
4
global:
5
cpg_initialize;
6
cpg_finalize;
7
cpg_fd_get;
8
cpg_dispatch;
9
cpg_join;
10
cpg_leave;
11
cpg_mcast_joined;
12
cpg_membership_get;
13
cpg_context_get;
14
cpg_context_set;
15
16
local:
17
saHandleCreate;
18
saHandleDestroy;
19
saHandleInstanceGet;
20
saHandleInstancePut;
21
saRecvRetry;
22
saSelectRetry;
23
saSendMsgReceiveReply;
24
saSendMsgRetry;
25
saSendReceiveReply;
26
saSendRetry;
27
saServiceConnect;
28
saVersionVerify;
29
clustTimeNow;
30
};