mirror of
				https://git.proxmox.com/git/mirror_corosync
				synced 2025-10-31 08:15:49 +00:00 
			
		
		
		
	 1beb0c1fbd
			
		
	
	
		1beb0c1fbd
		
	
	
	
	
		
			
			git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2125 fd59a12c-fef9-0310-b244-a6a79926bd2f
		
			
				
	
	
		
			30 lines
		
	
	
		
			586 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			586 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # 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;
 | |
| 
 | |
| 	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;
 | |
| };
 |