summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/dlt-system.c')
-rw-r--r--src/system/dlt-system.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system/dlt-system.c b/src/system/dlt-system.c
index 93e0873..8575d2f 100644
--- a/src/system/dlt-system.c
+++ b/src/system/dlt-system.c
@@ -58,6 +58,7 @@ int main(int argc, char* argv[])
{
DltSystemCliOptions options;
DltSystemConfiguration config;
+
#if defined(DLT_SYSTEMD_WATCHDOG_ENABLE) || defined(DLT_SYSTEMD_ENABLE)
int ret;
#endif
@@ -113,6 +114,7 @@ int main(int argc, char* argv[])
DLT_LOG(dltsystem, DLT_LOG_DEBUG, DLT_STRING("Launching threads."));
+
start_threads(&config);
join_threads();
return 0;