summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.h
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2013-07-17 16:57:33 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2013-07-25 13:09:09 +0200
commit4dcc75370545070b4037058fcb447cdbe132b701 (patch)
treea3ab3eaf3c5e2787a4ec898031618c8f61e99e90 /src/system/dlt-system.h
parentfd6c274685e5fd66506f29dece45032650ce6a92 (diff)
downloadDLT-daemon-4dcc75370545070b4037058fcb447cdbe132b701.tar.gz
Added options for journal logging.
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'src/system/dlt-system.h')
-rw-r--r--src/system/dlt-system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/system/dlt-system.h b/src/system/dlt-system.h
index 28a1b46..aed71a6 100644
--- a/src/system/dlt-system.h
+++ b/src/system/dlt-system.h
@@ -97,6 +97,9 @@ typedef struct {
typedef struct {
int Enable;
char *ContextId;
+ int CurrentBoot;
+ int Follow;
+ int MapLogLevels;
} JournalOptions;
typedef struct {