aboutsummaryrefslogtreecommitdiff
path: root/child.h
diff options
context:
space:
mode:
Diffstat (limited to 'child.h')
-rw-r--r--child.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/child.h b/child.h
index 18909e4..cb49638 100644
--- a/child.h
+++ b/child.h
@@ -20,6 +20,7 @@
#ifndef _UROOT_CHILD_H_
#define _UROOT_CHILD_H_
+#include <stdbool.h>
#include <sys/types.h>
#include "sigpipe.h"
@@ -29,6 +30,7 @@ struct child_args {
int argc;
char **argv;
sigpipe_t sigpipe;
+ bool binfmt;
};
// Function used as a main for child process