Send the child SIGSTOPs and SIGCONTs
This commit is contained in:
@ -26,4 +26,16 @@ void start_child(char *command);
|
||||
*/
|
||||
void kill_child();
|
||||
|
||||
/*
|
||||
* Sends a SIGSTOP to the child-process (if existent)
|
||||
*
|
||||
*/
|
||||
void stop_child();
|
||||
|
||||
/*
|
||||
* Sends a SIGCONT to the child-process (if existent)
|
||||
*
|
||||
*/
|
||||
void cont_child();
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user