diff options
author | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2011-11-04 23:43:28 +0100 |
---|---|---|
committer | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2011-11-04 23:43:28 +0100 |
commit | 2bdce36ecbae3ff709a8c698fb5264d358444246 (patch) | |
tree | 336e39b2fb8ddce40d4bbcb0f8eb7f69aa164b76 /src/system/dlt-system.h | |
parent | 41f53b3fa901479bee58cbae07bc5f9693a02058 (diff) | |
download | DLT-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.h | 1 |
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]; |