File: libcpg.versions

package info (click to toggle)
corosync 3.1.7-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,148 kB
  • sloc: ansic: 44,808; sh: 11,518; makefile: 590
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;
};