summaryrefslogtreecommitdiff
path: root/src/system/dlt-system_cfg.h
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-10-04 17:34:25 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-10-04 17:34:25 +0200
commit71a7aae2c7e3451293ad7e96b07efa5329e12b86 (patch)
treef2d75b369ca4f5ec9fb44e9a19566e70d87735d3 /src/system/dlt-system_cfg.h
parentc37ecb5031eebc36bfba8be0d741ec858e8898f7 (diff)
downloadDLT-daemon-71a7aae2c7e3451293ad7e96b07efa5329e12b86.tar.gz
First version of DLT system mamager.
Diffstat (limited to 'src/system/dlt-system_cfg.h')
-rw-r--r--src/system/dlt-system_cfg.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/system/dlt-system_cfg.h b/src/system/dlt-system_cfg.h
new file mode 100644
index 0000000..733a8eb
--- /dev/null
+++ b/src/system/dlt-system_cfg.h
@@ -0,0 +1,10 @@
+#define DEFAULT_CONFIGURATION_FILE "/etc/dlt-system.conf"
+
+#define DEFAULT_APPLICATION_ID "SYS"
+
+#define DEFAULT_SYSLOG_CONTEXT_ID "SYSL"
+
+#define DEFAULT_SYSLOG_PORT 47111
+
+#define DEFAULT_KERNEL_VERSION_MODE 1
+#define DEFAULT_KERNEL_VERSION_CONTEXT_ID "VERS"