A simple rds transport to handle loopback connections. Signed-off-by: Andy Grover <andy.grover@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			137 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			137 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _RDS_LOOP_H
 | 
						|
#define _RDS_LOOP_H
 | 
						|
 | 
						|
/* loop.c */
 | 
						|
extern struct rds_transport rds_loop_transport;
 | 
						|
 | 
						|
void rds_loop_exit(void);
 | 
						|
 | 
						|
#endif
 |