summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/dlt_daemon_common.h')
-rw-r--r--src/daemon/dlt_daemon_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/dlt_daemon_common.h b/src/daemon/dlt_daemon_common.h
index be29bca..507098a 100644
--- a/src/daemon/dlt_daemon_common.h
+++ b/src/daemon/dlt_daemon_common.h
@@ -79,6 +79,7 @@
# include <limits.h>
# include <semaphore.h>
+# include <stdbool.h>
# include "dlt_common.h"
# include "dlt_user.h"
# include "dlt_offline_logstorage.h"
@@ -142,6 +143,7 @@ typedef struct
int user_handle; /**< connection handle for connection to user application */
char *context_description; /**< context description */
int8_t storage_log_level; /**< log level set for offline logstorage */
+ bool predefined; /**< set to true if this context is predefined by runtime configuration file */
} DltDaemonContext;
/*