mirror_corosync/lib/libcpg.versions
Patrick Caulfield 55ccceeb54 Add cpg (closed process groups) component.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@936 fd59a12c-fef9-0310-b244-a6a79926bd2f
2006-03-03 08:46:45 +00:00

30 lines
486 B
Plaintext

# Version and symbol export for libcpg.so
OPENAIS_CPG_1.0 {
global:
cpg_initialize;
cpg_finalize;
cpg_fd_get;
cpg_dispatch;
cpg_join;
cpg_leave;
cpg_mcast_joined;
cpg_membership_get;
local:
saHandleCreate;
saHandleDestroy;
saHandleInstanceGet;
saHandleInstancePut;
saRecvRetry;
saSelectRetry;
saSendMsgReceiveReply;
saSendMsgRetry;
saSendReceiveReply;
saSendRetry;
saServiceConnect;
saServiceConnectTwo;
saVersionVerify;
clustTimeNow;
};