when mcexec is killed by SIGKILL, terminate mckernel process (BUG#259)
This commit is contained in:
@ -327,6 +327,7 @@ struct process {
|
||||
} thread;
|
||||
|
||||
volatile int sigevent;
|
||||
int nohost;
|
||||
sigset_t sigmask;
|
||||
stack_t sigstack;
|
||||
ihk_spinlock_t sigpendinglock;
|
||||
|
||||
Reference in New Issue
Block a user