1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00

Add ability to specify detached=true in options

This commit is contained in:
Bryan Roe
2019-05-12 21:39:02 -07:00
parent 88266aa7ad
commit d0fb36d10b
3 changed files with 7 additions and 1 deletions

View File

@@ -40,7 +40,8 @@ typedef enum ILibProcessPipe_SpawnTypes
ILibProcessPipe_SpawnTypes_WINLOGON = 2,
ILibProcessPipe_SpawnTypes_TERM = 3,
ILibProcessPipe_SpawnTypes_DETACHED = 4,
ILibProcessPipe_SpawnTypes_SPECIFIED_USER = 5
ILibProcessPipe_SpawnTypes_SPECIFIED_USER = 5,
ILibProcessPipe_SpawnTypes_POSIX_DETACHED=6
}ILibProcessPipe_SpawnTypes;
#ifdef WIN32