summaryrefslogtreecommitdiff
path: root/jobs.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2023-05-15 13:30:18 -0400
committerChet Ramey <chet.ramey@case.edu>2023-05-15 13:30:18 -0400
commite44e3d50dee26d12927baca188ad2a44a0135173 (patch)
treee4ff8c47078cdd7b23901205f7e1db26cd1f2242 /jobs.h
parentc375f8f45f4882db3098f9b54a19b75d2b176537 (diff)
downloadbash-e44e3d50dee26d12927baca188ad2a44a0135173.tar.gz
complete initial implementation of nofork command substitution (${ command; })devel
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;
};