mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 15:23:24 +00:00
Process last data of failed child process
This commit is contained in:
parent
4bab097ffc
commit
a0e17a813a
4 changed files with 17 additions and 2 deletions
1
xio.h
1
xio.h
|
@ -461,6 +461,7 @@ extern pid_t diedunknown[NUMUNKNOWN]; /* child died before it is registered */
|
|||
#define diedunknown3 (diedunknown[2])
|
||||
#define diedunknown4 (diedunknown[3])
|
||||
extern int statunknown[NUMUNKNOWN]; /* exit state of unknown dead child */
|
||||
extern int engine_result; /* here signal handler overrides OK */
|
||||
|
||||
extern int xiosetsigchild(xiofile_t *xfd, int (*callback)(struct single *));
|
||||
extern int xiosetchilddied(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue