From 5a79e119fd7a99c64f97713f390a65283341abe6 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Mon, 26 Aug 2019 17:07:32 -0700 Subject: [PATCH] Added comment describing new coreDumpEnabled flag --- meshcore/agentcore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/meshcore/agentcore.h b/meshcore/agentcore.h index 39a8a81..d284b9c 100644 --- a/meshcore/agentcore.h +++ b/meshcore/agentcore.h @@ -234,6 +234,7 @@ char* MeshAgent_MakeAbsolutePath(char *basePath, char *localPath); AgentCapabilities: Integer Mask, specifying supported Agent Capabilities controlChannelDebug: If set, will log/display controlChannel messages (Except for JSON messages) controlChannelIdleTimeout: Integer value specifying the idle timeout in seconds, to send Ping/Pong to server, to keep connection alive +coreDumpEnabled: If set, a dump file will be written when the agent crashes disableUpdate: If set, will prevent the agent from self-updating noUpdateCoreModule: If set, will prevent the agent from taking a new meshcore from the server enableILibRemoteLogging: Integer value specifying the port number to enable Web Logging. Disabled otherwise