summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 005a397..363359f 100644
--- a/src/options.h
+++ b/src/options.h
@@ -39,6 +39,7 @@ struct options_struct {
char* script_;
int max_children_;
children_policy_t children_policy_;
+ int min_child_runtime_;
string_list_t dirs_;
};
typedef struct options_struct options_t;