1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-08 11:33:42 +00:00

Updated selfupdate to use fork/execv instead of command

Updated SelfUpdate logging
Added SelfUpdate debugging helpers
This commit is contained in:
Bryan Roe
2019-02-01 17:22:33 -08:00
parent 032e350bf9
commit 1b5a6d0bc6
3 changed files with 67 additions and 7 deletions

View File

@@ -170,6 +170,7 @@ typedef struct MeshAgentHostContainer
int disableUpdate;
int forceUpdate;
int logUpdate;
int fakeUpdate;
void *coreTimeout;
char agentHash[UTIL_SHA384_HASHSIZE];