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

« back to all changes in this revision

Viewing changes to lib/libpload.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:
 
1
# Version and symbol export for libSaClm.so
 
2
 
 
3
COROSYNC_PLOAD_1.0 {
 
4
        global:
 
5
                pload_start;
 
6
 
 
7
        local:
 
8
                coroipcc_service_connect;
 
9
                coroipcc_service_disconnect;
 
10
                coroipcc_dispatch_flow_control_get;
 
11
                coroipcc_fd_get;
 
12
                coroipcc_dispatch_recv;
 
13
                coroipcc_msg_send_reply_receive;
 
14
                coroipcc_msg_send_reply_receive_in_buf;
 
15
                coroipcc_zcb_alloc;
 
16
                coroipcc_zcb_free;
 
17
                coroipcc_zcb_msg_send_reply_receive;
 
18
};