aboutsummaryrefslogtreecommitdiffstats
path: root/src/launch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/launch.h')
-rw-r--r--src/launch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/launch.h b/src/launch.h
index 3378e41..b2e1871 100644
--- a/src/launch.h
+++ b/src/launch.h
@@ -37,6 +37,8 @@ struct l2_launch {
size_t njvm_args;
struct l2_user *user;
+
+ bool detach;
};
int l2_launch_init(struct l2_launch *launch, const char *vername, struct l2_instance *inst);