diff options
Diffstat (limited to 'src/daemon/dlt-daemon.h')
-rwxr-xr-x | src/daemon/dlt-daemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h index f2b1dd9..91bb58d 100755 --- a/src/daemon/dlt-daemon.h +++ b/src/daemon/dlt-daemon.h @@ -134,6 +134,7 @@ typedef struct #if defined(DLT_SYSTEMD_WATCHDOG_ENABLE)
uint32_t lastOperationTime;
#endif
+ int timeoutOnSend;
} DltDaemonLocal;
typedef struct
|