diff options
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ struct options_struct { char* command_sock_; char* script_; + int max_children_; }; typedef struct options_struct options_t; |