File: libcpg.versions

package info (click to toggle)
corosync 2.4.2-3%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,244 kB
  • sloc: ansic: 58,754; sh: 11,011; makefile: 1,138
file content (17 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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;
};