mirror of
https://repo.or.cz/socat.git
synced 2025-07-07 21:36:32 +00:00
new option max-children that limits the number of concurrent child processes
This commit is contained in:
parent
6cefd1941e
commit
02f3b29ab6
10 changed files with 99 additions and 2 deletions
2
xio.h
2
xio.h
|
@ -378,6 +378,8 @@ struct opt {
|
|||
extern const char *PIPESEP;
|
||||
extern xiofile_t *sock[XIO_MAXSOCK];
|
||||
|
||||
extern int num_child;
|
||||
|
||||
/* return values of xioopensingle */
|
||||
#define STAT_OK 0
|
||||
#define STAT_WARNING 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue