 32fa22fc2d
			
		
	
	
		32fa22fc2d
		
	
	
	
	
		
			
			let ipc talk to all USER processes and vice versa. pm sig wrapper notify has to be called from two files. actually install include files.
		
			
				
	
	
		
			24 lines
		
	
	
		
			693 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			693 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* Function prototypes. */
 | |
| 
 | |
| /* exec.c */
 | |
| _PROTOTYPE( int dev_execve, (int proc_e, 
 | |
| 	char *exec, size_t exec_len,  char *argv[], char **env));
 | |
| 
 | |
| /* main.c */
 | |
| _PROTOTYPE( int main, (void));
 | |
| 
 | |
| /* manager.c */
 | |
| _PROTOTYPE( int do_up, (message *m, int do_copy, int flags));
 | |
| _PROTOTYPE( int do_start, (message *m));
 | |
| _PROTOTYPE( int do_down, (message *m));
 | |
| _PROTOTYPE( int do_refresh, (message *m));
 | |
| _PROTOTYPE( int do_rescue, (message *m));
 | |
| _PROTOTYPE( int do_restart, (message *m));
 | |
| _PROTOTYPE( int do_lookup, (message *m));
 | |
| _PROTOTYPE( int do_shutdown, (message *m));
 | |
| _PROTOTYPE( void do_period, (message *m));
 | |
| _PROTOTYPE( void do_exit, (message *m));
 | |
| _PROTOTYPE( int do_getsysinfo, (message *m));
 | |
| 
 | |
| 
 |