diff options
| author | 2024-01-11 23:07:18 -0600 | |
|---|---|---|
| committer | 2024-01-11 23:07:18 -0600 | |
| commit | 8667391ffee160409cfb857e7bba5e2df58ecb06 (patch) | |
| tree | 87fb302520451f8d3da276d12965ff17700496e9 /src/launch.h | |
| parent | oops forgot to update profile (diff) | |
add detach stuff
Diffstat (limited to 'src/launch.h')
| -rw-r--r-- | src/launch.h | 2 |
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); |
