1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-19 17:53:28 +00:00

1. Added metadata to _GenericMarshal

2. Added BootStrapCore functionality
This commit is contained in:
Bryan Roe
2019-02-18 21:45:58 -08:00
parent 19b53f1cd4
commit 5da959c16a
3 changed files with 47 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ typedef struct MeshAgentHostContainer
int slaveMode;
duk_context *meshCoreCtx;
duk_context *bootstrapCoreCtx;
char *meshCoreCtx_embeddedScript;
int meshCoreCtx_embeddedScriptLen;
ILibProcessPipe_Manager *pipeManager;