| 1234567891011121314151617 |
- # Version and symbol export for libcpg.so
- COROSYNC_CPG_1.0 {
- global:
- cpg_initialize;
- cpg_finalize;
- cpg_fd_get;
- cpg_dispatch;
- cpg_join;
- cpg_leave;
- cpg_mcast_joined;
- cpg_membership_get;
- cpg_context_get;
- cpg_context_set;
- cpg_zcb_alloc;
- cpg_zcb_free;
- };
|