summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_connection_types.h
diff options
context:
space:
mode:
authorManikandanC <Manikandan.Chockalingam@in.bosch.com>2016-10-18 15:43:44 +0530
committerManikandan C <mchockalingam@de.adit-jv.com>2018-12-17 18:20:41 +0100
commit399aa72d88b71cd8cde2f7469347699f0040fa8f (patch)
treee7267cda2d3face726b8462ff058bb5ac44aa255 /src/daemon/dlt_daemon_connection_types.h
parentd082636cabdffff3f6c62b907918d9a8d8f0cf35 (diff)
downloadDLT-daemon-399aa72d88b71cd8cde2f7469347699f0040fa8f.tar.gz
UnitTest: Updates
Gateway Logstorage Event Handler Signed-off-by: Christoph Lipka <clipka@de.adit-jv.com> Signed-off-by: S. Hameed <shameed@jp.adit-jv.com> Signed-off-by: Aditya Paluri <venkataaditya.paluri@in.bosch.com> Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com> Signed-off-by: ManikandanC <Manikandan.Chockalingam@in.bosch.com>
Diffstat (limited to 'src/daemon/dlt_daemon_connection_types.h')
-rw-r--r--src/daemon/dlt_daemon_connection_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/dlt_daemon_connection_types.h b/src/daemon/dlt_daemon_connection_types.h
index 68a0400..560f7f9 100644
--- a/src/daemon/dlt_daemon_connection_types.h
+++ b/src/daemon/dlt_daemon_connection_types.h
@@ -40,7 +40,8 @@ typedef enum {
} DltConnectionStatus;
typedef enum {
- DLT_CONNECTION_CLIENT_CONNECT = 0,
+ DLT_CONNECTION_NONE = 0,
+ DLT_CONNECTION_CLIENT_CONNECT,
DLT_CONNECTION_CLIENT_MSG_TCP,
DLT_CONNECTION_CLIENT_MSG_SERIAL,
DLT_CONNECTION_APP_CONNECT,