mirror of
				https://git.proxmox.com/git/mirror_corosync
				synced 2025-10-31 05:18:52 +00:00 
			
		
		
		
	 cc7bfeb462
			
		
	
	
		cc7bfeb462
		
	
	
	
	
		
			
			it's really pointless to have basically a duplicated API call to transfer one value and one name. Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com> Reviewed-by: Christine Caulfield <ccaulfie@redhat.com> Reviewed-by: Jan Friesse <jfriesse@redhat.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			399 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Version and symbol export for libvotequorum.so
 | |
| 
 | |
| COROSYNC_VOTEQUORUM_1.0 {
 | |
| 	global:
 | |
| 		votequorum_initialize;
 | |
| 		votequorum_finalize;
 | |
| 		votequorum_getinfo;
 | |
| 		votequorum_setexpected;
 | |
| 		votequorum_setvotes;
 | |
| 		votequorum_qdevice_register;
 | |
| 		votequorum_qdevice_unregister;
 | |
| 		votequorum_qdevice_poll;
 | |
| 		votequorum_trackstart;
 | |
| 		votequorum_trackstop;
 | |
| 		votequorum_context_get;
 | |
| 		votequorum_context_set;
 | |
| };
 |