summaryrefslogtreecommitdiff
path: root/jobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'jobs.h')
-rw-r--r--jobs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs.h b/jobs.h
index c096ee73..5f9c9fc3 100644
--- a/jobs.h
+++ b/jobs.h
@@ -72,6 +72,7 @@ typedef struct process {
struct pipeline_saver {
struct process *pipeline;
+ int already_making_children;
struct pipeline_saver *next;
};