mirror of
https://repo.or.cz/socat.git
synced 2025-07-11 22:23:24 +00:00
New feature POSIX message queues (MQ)
This commit is contained in:
parent
e1aadc577d
commit
7d6295114b
21 changed files with 876 additions and 14 deletions
|
@ -256,6 +256,7 @@ pid_t xio_fork(bool subchild,
|
|||
}
|
||||
|
||||
num_child++;
|
||||
Info1("number of children increased to %d", num_child);
|
||||
/* parent process */
|
||||
Notice1("forked off child process "F_pid, pid);
|
||||
/* gdb recommends to have env controlled sleep after fork */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue