1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 07:43:50 +00:00

Added setting for coreDumpLocation

This commit is contained in:
Bryan Roe
2019-08-26 16:57:52 -07:00
parent fa6836d17a
commit 356cadb599
4 changed files with 21 additions and 1 deletions

View File

@@ -135,6 +135,7 @@ typedef struct SCRIPT_ENGINE_SETTINGS
void* nExceptionUserObject;
char *exePath;
char *coreDumpLocation;
ILibProcessPipe_Manager pipeManager;
char *argList[];