summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/dlt-system.h')
-rw-r--r--src/system/dlt-system.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/system/dlt-system.h b/src/system/dlt-system.h
index 0c04be9..cd42bd7 100644
--- a/src/system/dlt-system.h
+++ b/src/system/dlt-system.h
@@ -10,8 +10,10 @@ typedef struct {
char ApplicationId[256];
char SyslogContextId[256];
int SyslogPort;
- int KernelVersionMode;
- char KernelVersionContextId[256];
+ int LogKernelVersionMode;
+ char LogKernelVersionContextId[256];
+ int LogProcessesMode;
+ char LogProcessesContextId[256];
} DltSystemOptions;
#endif /* DLT_SYSTEM_H */