profile/ivi/dlt-daemon.git
12 years agoGENDLT-21, Move mcnt from DltContextData to DltContext
Lassi Marttala [Tue, 20 Mar 2012 14:15:20 +0000 (15:15 +0100)]
GENDLT-21, Move mcnt from DltContextData to DltContext

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoFix merge problems in LM-GENDLT-15
Lassi Marttala [Fri, 9 Mar 2012 08:54:35 +0000 (09:54 +0100)]
Fix merge problems in LM-GENDLT-15

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGENDLT-15, Fixes to previous integrations from review.
Lassi Marttala [Tue, 21 Feb 2012 13:17:22 +0000 (14:17 +0100)]
GENDLT-15, Fixes to previous integrations from review.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGENDLT-15, Safe re-allocations for databuffer.
Lassi Marttala [Tue, 21 Feb 2012 12:02:16 +0000 (13:02 +0100)]
GENDLT-15, Safe re-allocations for databuffer.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGENDLT-15, use the correct TEXTBUFSIZE
Lassi Marttala [Tue, 21 Feb 2012 11:36:05 +0000 (12:36 +0100)]
GENDLT-15, use the correct TEXTBUFSIZE

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGENDLT-15, Optimize usege of strlen.
Lassi Marttala [Tue, 21 Feb 2012 11:30:19 +0000 (12:30 +0100)]
GENDLT-15, Optimize usege of strlen.
Improved log level handling.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGENDLT-15, Avoid buffer overrun with snprintf().
Lassi Marttala [Tue, 21 Feb 2012 11:16:23 +0000 (12:16 +0100)]
GENDLT-15, Avoid buffer overrun with snprintf().
Check return value of dlt_user_log_write_start(_id) correctly.
Reduce the number of applications if allocation fails.
Make dlt_user_log_write_start inline
Improve error checking in dlt_user_log_write_start_id
Use databuffersize to avoid reallocations

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGENDLT-15, Rename buffer size constant to avoid confusion.
Lassi Marttala [Tue, 21 Feb 2012 09:56:16 +0000 (10:56 +0100)]
GENDLT-15, Rename buffer size constant to avoid confusion.
Better error handling when writing to FIFO.
Remove duplicate msg initialization.
Optimize away multiple uses of strlen for one check.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoUpdated ReleaseNotes
Lassi Marttala [Fri, 17 Feb 2012 13:26:04 +0000 (14:26 +0100)]
Updated ReleaseNotes

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGDLT-4 Improve queue handling, allow for other messages while
Lassi Marttala [Mon, 12 Mar 2012 15:20:14 +0000 (16:20 +0100)]
GDLT-4 Improve queue handling, allow for other messages while
transferring a large file.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGDLT-4 Limit maximum file queue to 256 files.
Lassi Marttala [Mon, 12 Mar 2012 12:49:30 +0000 (13:49 +0100)]
GDLT-4 Limit maximum file queue to 256 files.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoCleaned some warnings generated from removing stale old code.
Lassi Marttala [Mon, 12 Mar 2012 12:43:31 +0000 (13:43 +0100)]
Cleaned some warnings generated from removing stale old code.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGDLT-4, First working version of inotify for file transfer.
Lassi Marttala [Mon, 12 Mar 2012 11:05:11 +0000 (12:05 +0100)]
GDLT-4, First working version of inotify for file transfer.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGDLT-2, First test for filetransfer change
Lassi Marttala [Mon, 12 Mar 2012 10:14:04 +0000 (11:14 +0100)]
GDLT-2, First test for filetransfer change

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGDLT-2: Change to gzip wrapper format. Change file signature creation to
Lassi Marttala [Wed, 14 Mar 2012 12:12:28 +0000 (13:12 +0100)]
GDLT-2: Change to gzip wrapper format. Change file signature creation to
account for file size, as inode number maybe duplicate when deleting and
creating new files.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGDLT-2, Fix bug while reading the options.
Lassi Marttala [Wed, 14 Mar 2012 09:36:22 +0000 (10:36 +0100)]
GDLT-2, Fix bug while reading the options.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGDLT-2, Allow for enabling/disabling compression for the separate
Lassi Marttala [Wed, 14 Mar 2012 09:29:46 +0000 (10:29 +0100)]
GDLT-2, Allow for enabling/disabling compression for the separate
directories.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGDLT-2, Check if the file is already compressed.
Lassi Marttala [Wed, 14 Mar 2012 09:12:55 +0000 (10:12 +0100)]
GDLT-2, Check if the file is already compressed.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGDLT-2 Link with libz, fix a typo.
Lassi Marttala [Tue, 13 Mar 2012 15:08:07 +0000 (16:08 +0100)]
GDLT-2 Link with libz, fix a typo.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGDLT-2 zlib based compression.
Lassi Marttala [Tue, 13 Mar 2012 14:54:36 +0000 (15:54 +0100)]
GDLT-2 zlib based compression.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoChange version number
Lassi Marttala [Wed, 28 Mar 2012 12:09:33 +0000 (14:09 +0200)]
Change version number

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoChanged dlt loggingmode to default value
Christian Muck [Wed, 28 Mar 2012 07:44:21 +0000 (09:44 +0200)]
Changed dlt loggingmode to default value

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoChanged license from LGPL to MPLv2.0 v2.5.2
Christian Muck [Tue, 27 Mar 2012 06:38:47 +0000 (08:38 +0200)]
Changed license from LGPL to MPLv2.0

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoCorrected email of Alexander Wenzel
Christian Muck [Tue, 27 Mar 2012 06:33:16 +0000 (08:33 +0200)]
Corrected email of Alexander Wenzel

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoIncrease versions.
Lassi Marttala [Mon, 26 Mar 2012 09:53:57 +0000 (11:53 +0200)]
Increase versions.

12 years agoGDLT-38, Update <FILE> fields in licenses.
Lassi Marttala [Mon, 26 Mar 2012 09:50:02 +0000 (11:50 +0200)]
GDLT-38, Update <FILE> fields in licenses.

12 years agoGDLT-38, Added license to dlt_filetransfer, which had no license
Lassi Marttala [Mon, 26 Mar 2012 09:36:30 +0000 (11:36 +0200)]
GDLT-38, Added license to dlt_filetransfer, which had no license
notification

12 years agoGDLT-38, Update licenses to all the sources.
Lassi Marttala [Mon, 26 Mar 2012 09:30:58 +0000 (11:30 +0200)]
GDLT-38, Update licenses to all the sources.

12 years agoGDLT-38, Update license in internal headers.
Lassi Marttala [Mon, 26 Mar 2012 09:25:36 +0000 (11:25 +0200)]
GDLT-38, Update license in internal headers.

12 years agoGDLT-38, Update licenses in include
Lassi Marttala [Mon, 26 Mar 2012 09:19:42 +0000 (11:19 +0200)]
GDLT-38, Update licenses in include

12 years agoGDLT-38, Update license in more CMakeLists
Lassi Marttala [Mon, 26 Mar 2012 09:15:26 +0000 (11:15 +0200)]
GDLT-38, Update license in more CMakeLists

12 years agoGDLT-38, Update licenses in CMakeLists
Lassi Marttala [Mon, 26 Mar 2012 09:12:58 +0000 (11:12 +0200)]
GDLT-38, Update licenses in CMakeLists

12 years agoGDLT-38, Change license in ReleaseNotes, user shorter form in
Lassi Marttala [Mon, 26 Mar 2012 09:06:07 +0000 (11:06 +0200)]
GDLT-38, Change license in ReleaseNotes, user shorter form in
license.txt

12 years agoGDLT-38, Change License from LGPL to MPL in information files.
Lassi Marttala [Mon, 26 Mar 2012 08:59:42 +0000 (10:59 +0200)]
GDLT-38, Change License from LGPL to MPL in information files.

12 years agoAdded missing license header to two files v2.5.1
Christian Muck [Thu, 22 Mar 2012 07:48:27 +0000 (08:48 +0100)]
Added missing license header to two files

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoUpdated release notes
Christian Muck [Thu, 22 Mar 2012 07:41:33 +0000 (08:41 +0100)]
Updated release notes

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoModified library for new test cases to corrupt data - related to the bug fix for...
Christian Muck [Thu, 22 Mar 2012 07:33:17 +0000 (08:33 +0100)]
Modified library for new test cases to corrupt data - related to the bug fix for testing signed and unsigned integer

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years ago[GENDLT-20] Fixed bug to use old cmake version for copy file
Christian Muck [Wed, 21 Mar 2012 15:17:32 +0000 (16:17 +0100)]
[GENDLT-20] Fixed bug to use old cmake version for copy file

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoMerge branch 'master' of qmuc300924:/home/git/DLT-daemon
Christian Muck [Wed, 21 Mar 2012 14:40:08 +0000 (15:40 +0100)]
Merge branch 'master' of qmuc300924:/home/git/DLT-daemon

12 years agoReplaced dlt-test-filetransfer-image.png with an own created image
Christian Muck [Wed, 21 Mar 2012 13:11:09 +0000 (14:11 +0100)]
Replaced dlt-test-filetransfer-image.png with an own created image

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years ago[GENDLT-21] Fixed bug: Message Counter (MCNT) should be increased but is always 0
Christian Muck [Wed, 21 Mar 2012 08:50:11 +0000 (09:50 +0100)]
[GENDLT-21] Fixed bug: Message Counter (MCNT) should be increased but is always 0

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoFixed bug with comparinson between signed and unsigned integer and protection for...
Christian Muck [Wed, 21 Mar 2012 08:49:13 +0000 (09:49 +0100)]
Fixed bug with comparinson between signed and unsigned integer and protection for a buffer overflow.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoGDLT-64, check that the messages in tests 6m and 6f are actually
Lassi Marttala [Wed, 14 Mar 2012 14:55:51 +0000 (15:55 +0100)]
GDLT-64, check that the messages in tests 6m and 6f are actually
messages intended to be received here.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoReplaced dlt-test-filetransfer-image.png with an own created image
Christian Muck [Wed, 21 Mar 2012 13:11:09 +0000 (14:11 +0100)]
Replaced dlt-test-filetransfer-image.png with an own created image

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years ago[GENDLT-21] Fixed bug: Message Counter (MCNT) should be increased but is always 0
Christian Muck [Wed, 21 Mar 2012 08:50:11 +0000 (09:50 +0100)]
[GENDLT-21] Fixed bug: Message Counter (MCNT) should be increased but is always 0

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoFixed bug with comparinson between signed and unsigned integer and protection for...
Christian Muck [Wed, 21 Mar 2012 08:49:13 +0000 (09:49 +0100)]
Fixed bug with comparinson between signed and unsigned integer and protection for a buffer overflow.

Signed-off-by: Christian Muck <christian.muck@bmw.de>
12 years agoRemoved debian files because they aren't part of BMW software delivery for CLA v2.5.0
Christian Muck [Tue, 6 Mar 2012 07:24:38 +0000 (08:24 +0100)]
Removed debian files because they aren't part of BMW software delivery for CLA

12 years agoUpdated version information for 2.5.0 release
Christian Muck [Tue, 6 Mar 2012 07:23:44 +0000 (08:23 +0100)]
Updated version information for 2.5.0 release

12 years agoAdd man pages to rpm build
Lassi Marttala [Mon, 5 Mar 2012 12:51:56 +0000 (13:51 +0100)]
Add man pages to rpm build

12 years agoUpdate of dlt-daemon.1, Readme.txt, Install.txt, CMAKELists and gitignore
Christian Muck [Mon, 5 Mar 2012 08:29:41 +0000 (09:29 +0100)]
Update of dlt-daemon.1, Readme.txt, Install.txt, CMAKELists and gitignore

12 years ago[GDLT-53] Remove dummy library
Lassi Marttala [Fri, 2 Mar 2012 10:18:50 +0000 (11:18 +0100)]
[GDLT-53] Remove dummy library

12 years ago[GDLT-53]
Lassi Marttala [Fri, 2 Mar 2012 10:03:16 +0000 (11:03 +0100)]
[GDLT-53]
Improve the man page generation.
Upgrade the versions within man files.
Move man page generation into build/doc dir

12 years agoPrettyfied the syntax to be more consistent.
Lassi Marttala [Thu, 1 Mar 2012 14:23:28 +0000 (15:23 +0100)]
Prettyfied the syntax to be more consistent.

12 years agoFirst test using cmakelist
Lassi Marttala [Thu, 1 Mar 2012 14:14:01 +0000 (15:14 +0100)]
First test using cmakelist

12 years agoFixed the version number in ReleaseNotes.txt
Lassi Marttala [Tue, 28 Feb 2012 11:47:58 +0000 (12:47 +0100)]
Fixed the version number in ReleaseNotes.txt

12 years agoModified GENIVI RPM Release value in CMakeLists.txt
Christian Muck [Tue, 28 Feb 2012 07:45:38 +0000 (08:45 +0100)]
Modified GENIVI RPM Release value in CMakeLists.txt

12 years agoModified systemd unit files.
Christian Muck [Tue, 21 Feb 2012 10:13:41 +0000 (11:13 +0100)]
Modified systemd unit files.

12 years agoModified systemd unit file for dlt-daemon.
Christian Muck [Tue, 21 Feb 2012 10:01:58 +0000 (11:01 +0100)]
Modified systemd unit file for dlt-daemon.

12 years agoUpdate project structure
Christian Muck [Mon, 13 Feb 2012 20:27:25 +0000 (21:27 +0100)]
Update project structure

12 years agoAdded .cproject and .project file
Christian Muck [Thu, 9 Feb 2012 11:51:11 +0000 (12:51 +0100)]
Added .cproject and .project file

12 years ago[GENDLT-16] Create variable in dlt-system.conf to configure the timeout of the filetr...
Christian Muck [Wed, 8 Feb 2012 13:55:54 +0000 (14:55 +0100)]
[GENDLT-16] Create variable in dlt-system.conf to configure the timeout of the filetransfer fixed.

12 years agoSet automatic dlt lib version number from project CMakeLists.txt. Removed dlt-test...
Christian Muck [Wed, 8 Feb 2012 09:33:54 +0000 (10:33 +0100)]
Set automatic dlt lib version number from project CMakeLists.txt. Removed dlt-test-internal because has no functionality.

12 years agoAmend releasenotes to reflect the version number.
Lassi Marttala [Wed, 8 Feb 2012 08:41:44 +0000 (09:41 +0100)]
Amend releasenotes to reflect the version number.

12 years agoAdd dlt-test-multi-process to spec.
Lassi Marttala [Wed, 8 Feb 2012 08:15:11 +0000 (09:15 +0100)]
Add dlt-test-multi-process to spec.

12 years agoFix build for real targets. sys/stat.h was not taken in.
Lassi Marttala [Wed, 8 Feb 2012 08:07:04 +0000 (09:07 +0100)]
Fix build for real targets. sys/stat.h was not taken in.

12 years agoIncrease version.
Lassi Marttala [Tue, 7 Feb 2012 16:57:46 +0000 (17:57 +0100)]
Increase version.

12 years agoMerge branch 'master' of git@qmuc300924:/home/git/DLT-daemon
Lassi Marttala [Tue, 31 Jan 2012 10:15:16 +0000 (11:15 +0100)]
Merge branch 'master' of git@qmuc300924:/home/git/DLT-daemon

12 years agoUpdat of dlt-convert and dlt-receive man pages
Christian Muck [Mon, 30 Jan 2012 13:28:43 +0000 (14:28 +0100)]
Updat of dlt-convert and dlt-receive man pages

12 years agoAdd descriptions for app and context.
Lassi Marttala [Fri, 27 Jan 2012 09:38:50 +0000 (10:38 +0100)]
Add descriptions for app and context.

12 years agoChanged to uint32_t to match the specification.
Lassi Marttala [Thu, 26 Jan 2012 12:27:22 +0000 (13:27 +0100)]
Changed to uint32_t to match the specification.

12 years ago[GSW-141] Tracefile content stored different under Ubuntu 64 bit version
Lassi Marttala [Thu, 26 Jan 2012 11:16:53 +0000 (12:16 +0100)]
[GSW-141] Tracefile content stored different under Ubuntu 64 bit version
compared to Ubuntu/Win 32 Bit version
Modified DltStorageHeader to use int32_t instead of time_t.

12 years agoSuggested Changes to dlt-test-mutli-process:
Lassi Marttala [Mon, 23 Jan 2012 14:22:52 +0000 (15:22 +0100)]
Suggested Changes to dlt-test-mutli-process:
sender:
 * Print default values in usage.
 * Each process should have own APPID
 * Each thread should have own  CID
client:
 * Make usage() useful
 * Also count headers to bytes transferred,
 * Serial device mode
 * Baudrate as option
 * Output to file
 * Limit number of messages to receive

12 years agoInitial version of dlt-test-multi-process
Lassi Marttala [Fri, 20 Jan 2012 14:27:19 +0000 (15:27 +0100)]
Initial version of dlt-test-multi-process

12 years ago[GSW-136] Improve including/prefixing of dlt_version.h fixed
Christian Muck [Wed, 18 Jan 2012 08:45:40 +0000 (09:45 +0100)]
[GSW-136] Improve including/prefixing of dlt_version.h fixed

12 years ago[GSW-137] Wrong include gives error on compailing against dlt
Christian Muck [Mon, 16 Jan 2012 15:14:27 +0000 (16:14 +0100)]
[GSW-137] Wrong include gives error on compailing against dlt

12 years agoAdded dlt_version.h to .gitignore
Christian Muck [Mon, 16 Jan 2012 14:55:28 +0000 (15:55 +0100)]
Added dlt_version.h to .gitignore

12 years agoClean up of doc generation
Christian Muck [Mon, 16 Jan 2012 14:34:18 +0000 (15:34 +0100)]
Clean up of doc generation

12 years ago[GSW-135] Fixed compile warnings
Christian Muck [Fri, 13 Jan 2012 11:18:26 +0000 (12:18 +0100)]
[GSW-135] Fixed compile warnings

12 years agoUpdated filetransfer documentation, lib and test application
Christian Muck [Fri, 13 Jan 2012 09:36:49 +0000 (10:36 +0100)]
Updated filetransfer documentation, lib and test application

12 years agoMerge branch 'tmp'
Christian Muck [Fri, 13 Jan 2012 08:47:08 +0000 (09:47 +0100)]
Merge branch 'tmp'

12 years agoSome little improvements
Christian Muck [Fri, 13 Jan 2012 08:46:57 +0000 (09:46 +0100)]
Some little improvements

12 years ago[GSW-138] API Extension to resend the log messages in the user buffer fixed.
Christian Muck [Fri, 13 Jan 2012 08:12:22 +0000 (09:12 +0100)]
[GSW-138] API Extension to resend the log messages in the user buffer fixed.

12 years agoUpdated ReleaseNotes v2.4.2
Christian Muck [Fri, 25 Nov 2011 08:52:55 +0000 (09:52 +0100)]
Updated ReleaseNotes

12 years agoDisabled completely SHM if not enabled.
Alexander Wenzel [Fri, 25 Nov 2011 08:18:59 +0000 (09:18 +0100)]
Disabled completely SHM if not enabled.

12 years agoDisabled share memory by default.
Alexander Wenzel [Wed, 23 Nov 2011 09:42:44 +0000 (10:42 +0100)]
Disabled share memory by default.

12 years agoFixed buffer overflow problem in buffer library.
Alexander Wenzel [Wed, 23 Nov 2011 07:21:51 +0000 (08:21 +0100)]
Fixed buffer overflow problem in buffer library.

12 years agoUpdated version number to v2.4.2.
Alexander Wenzel [Tue, 22 Nov 2011 10:07:02 +0000 (11:07 +0100)]
Updated version number to v2.4.2.

12 years agodlt-system filetransfer now recovers when file is deleted during filetransfer.
Alexander Wenzel [Tue, 22 Nov 2011 09:57:33 +0000 (10:57 +0100)]
dlt-system filetransfer now recovers when file is deleted during filetransfer.
Added check of file size when starting and deleting files during filetransfer.
Added check of shm buffer availability when push to shm.

12 years agoAdded dynamic increasable ringbuffers to user lib and daemon.
Alexander Wenzel [Mon, 14 Nov 2011 23:14:39 +0000 (00:14 +0100)]
Added dynamic increasable ringbuffers to user lib and daemon.

12 years agoCreated abstraction of shm buffer management.
Alexander Wenzel [Mon, 14 Nov 2011 18:28:47 +0000 (19:28 +0100)]
Created abstraction of shm buffer management.

12 years agoUpdated Release Notes. v2.4.1
Alexander Wenzel [Fri, 11 Nov 2011 11:26:24 +0000 (12:26 +0100)]
Updated Release Notes.

12 years agoReworkd SHM implementation.
Alexander Wenzel [Thu, 10 Nov 2011 22:58:00 +0000 (23:58 +0100)]
Reworkd SHM implementation.

12 years agoReverted old FIFO functions. Still SHM enabled by default.
Alexander Wenzel [Thu, 10 Nov 2011 12:42:57 +0000 (13:42 +0100)]
Reverted old FIFO functions. Still SHM enabled by default.

12 years agoAdded flush in internal logging of dlt-daemon.
Alexander Wenzel [Thu, 10 Nov 2011 08:50:09 +0000 (09:50 +0100)]
Added flush in internal logging of dlt-daemon.

12 years agoMerge branch 'master' of https://git.genivi.org/srv/git/DLT-daemon
Christian Muck [Thu, 10 Nov 2011 07:50:03 +0000 (08:50 +0100)]
Merge branch 'master' of https://git.genivi.org/srv/git/DLT-daemon

Conflicts:
src/shared/dlt_shm.c

12 years agoAdded internal logging to shm.
Alexander Wenzel [Wed, 9 Nov 2011 21:33:42 +0000 (22:33 +0100)]
Added internal logging to shm.

12 years agoAdded dlt-daemon internal logging configuration into dlt.conf file.
Alexander Wenzel [Wed, 9 Nov 2011 21:04:30 +0000 (22:04 +0100)]
Added dlt-daemon internal logging configuration into dlt.conf file.
Internal logging to file now also possible.

12 years agoAdded injection shell command to dlt-system.
Alexander Wenzel [Wed, 9 Nov 2011 14:36:57 +0000 (15:36 +0100)]
Added injection shell command to dlt-system.

12 years agoFixed Semaphore handling in SHM.
Alexander Wenzel [Wed, 9 Nov 2011 12:56:55 +0000 (13:56 +0100)]
Fixed Semaphore handling in SHM.

12 years agoFixed semaphore access problem when dlt-daemon started as root.
Alexander Wenzel [Sat, 5 Nov 2011 08:48:40 +0000 (09:48 +0100)]
Fixed semaphore access problem when dlt-daemon started as root.