From 67c51523071c338b9d800d47683a9a3417348508 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Fri, 29 Nov 2013 12:21:24 +0100 Subject: Configurable Timeout on send. Signed-off-by: Alexander Wenzel --- src/daemon/dlt-daemon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/daemon/dlt-daemon.h') 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 -- cgit v1.2.1