aboutsummaryrefslogtreecommitdiffstats
path: root/src/launch.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-01-11 23:07:18 -0600
committerLibravatar bigfoot547 <[email protected]>2024-01-11 23:07:18 -0600
commit8667391ffee160409cfb857e7bba5e2df58ecb06 (patch)
tree87fb302520451f8d3da276d12965ff17700496e9 /src/launch.h
parentoops forgot to update profile (diff)
add detach stuff
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);