mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			310 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			310 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef SESSION_DIRECT_IPC
 | 
						|
#define SESSION_DIRECT_IPC
 | 
						|
 | 
						|
#include <sys/types.h>
 | 
						|
 | 
						|
int direct_ipc_open(int sock, const char *path);
 | 
						|
void direct_ipc_setmaster(int sock, int fd);
 | 
						|
void direct_ipc_dropmaster(int sock, int fd);
 | 
						|
void direct_ipc_finish(int sock, pid_t pid);
 | 
						|
int direct_ipc_start(pid_t *pid_out);
 | 
						|
 | 
						|
#endif
 |