mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-21 19:41:01 +00:00

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2125 fd59a12c-fef9-0310-b244-a6a79926bd2f
37 lines
822 B
Plaintext
37 lines
822 B
Plaintext
# Version and symbol export for libconfdb.so
|
|
|
|
COROSYNC_CONFDB_1.0 {
|
|
global:
|
|
confdb_initialize;
|
|
confdb_finalize;
|
|
confdb_fd_get;
|
|
confdb_dispatch;
|
|
confdb_track_changes;
|
|
confdb_stop_track_changes;
|
|
confdb_object_create;
|
|
confdb_object_destroy;
|
|
confdb_object_parent_get;
|
|
confdb_key_create;
|
|
confdb_key_delete;
|
|
confdb_key_get;
|
|
confdb_key_replace;
|
|
confdb_object_find_start;
|
|
confdb_object_find;
|
|
confdb_object_iter_start;
|
|
confdb_object_iter;
|
|
confdb_key_iter_start;
|
|
confdb_key_iter;
|
|
|
|
local:
|
|
coroipcc_service_connect;
|
|
coroipcc_service_disconnect;
|
|
coroipcc_dispatch_flow_control_get;
|
|
coroipcc_fd_get;
|
|
coroipcc_dispatch_recv;
|
|
coroipcc_msg_send_reply_receive;
|
|
coroipcc_msg_send_reply_receive_in_buf;
|
|
coroipcc_zcb_alloc;
|
|
coroipcc_zcb_free;
|
|
coroipcc_zcb_msg_send_reply_receive;
|
|
};
|