~ubuntu-branches/ubuntu/precise/corosync/precise-proposed

« back to all changes in this revision

Viewing changes to lib/libcpg.versions

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2009-08-21 09:29:56 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090821092956-w9qxxxx3zeoh8dem
Tags: 1.0.0-4ubuntu2
* debian/control:
  - 'Ubuntu Developers' instead of 'Ubuntu Core Developers'
    as maintainer
  - Bump debhelper dependecy to 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
                cpg_membership_get;
13
13
                cpg_context_get;
14
14
                cpg_context_set;
 
15
                cpg_zcb_alloc;
 
16
                cpg_zcb_free;
15
17
 
16
18
        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;
 
19
                coroipcc_service_connect;
 
20
                coroipcc_service_disconnect;
 
21
                coroipcc_dispatch_flow_control_get;
 
22
                coroipcc_fd_get;
 
23
                coroipcc_dispatch_recv;
 
24
                coroipcc_msg_send_reply_receive;
 
25
                coroipcc_msg_send_reply_receive_in_buf;
 
26
                coroipcc_zcb_alloc;
 
27
                coroipcc_zcb_free;
 
28
                coroipcc_zcb_msg_send_reply_receive;
30
29
};