# HG changeset patch # User Jan Dj¸«£rv # Date 1075160390 0 # Node ID 77ad9650fc558c38f75ea90ee7c8f796847820d8 # Parent e069e543fd28d4721ef45f1f3d0aee4e6d94a127 synch_process_termsig new variable. diff -r e069e543fd28 -r 77ad9650fc55 src/process.h --- a/src/process.h Mon Jan 26 23:39:30 2004 +0000 +++ b/src/process.h Mon Jan 26 23:39:50 2004 +0000 @@ -136,6 +136,9 @@ /* Nonzero => this is a string explaining death of synchronous subprocess. */ extern char *synch_process_death; +/* Nonzero => this is the signal number that terminated the subprocess. */ +int synch_process_termsig; + /* If synch_process_death is zero, this is exit code of synchronous subprocess. */ extern int synch_process_retcode;