summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.h
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-11-04 23:43:28 +0100
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-11-04 23:43:28 +0100
commit2bdce36ecbae3ff709a8c698fb5264d358444246 (patch)
tree336e39b2fb8ddce40d4bbcb0f8eb7f69aa164b76 /src/system/dlt-system.h
parent41f53b3fa901479bee58cbae07bc5f9693a02058 (diff)
downloadDLT-daemon-2bdce36ecbae3ff709a8c698fb5264d358444246.tar.gz
Added daemonise and signal handlers to dlt-system.
Diffstat (limited to 'src/system/dlt-system.h')
-rw-r--r--src/system/dlt-system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system/dlt-system.h b/src/system/dlt-system.h
index 1865060..0a4b7d5 100644
--- a/src/system/dlt-system.h
+++ b/src/system/dlt-system.h
@@ -81,6 +81,7 @@
typedef struct {
char ConfigurationFile[256];
char ApplicationId[256];
+ int daemonise;
int SyslogEnable;
char SyslogContextId[256];