From 7ed880cac9a8e210f3ebd5397fc64b1a740f1d4b Mon Sep 17 00:00:00 2001 From: Lassi Marttala Date: Tue, 4 Sep 2012 10:55:46 +0200 Subject: [GDLT-120]: Improved Network trace. Rewrite to POSIX queue. This is a squash of multiple commits. The original commit messages follow. [GDLT-120]: Segmented network trace: Correct error condition checks. [GDLT-120]: Add documentation for extended network trace [GDLT-120]: Add dlt_queue. Linked list based dynamic queue. [GDLT-120]: Recode to using queue for segmented messages [GDLT-120]: Improved thread start handling. Add error handling. Remove libm from linkage. [GDLT-120]: Avoid sending an extraneous empty segment, when size is aligned [GDLT-120]: More expansive return values from dlt_user_log_send_log [GDLT-120]: Change default behaviour of dlt_user_trace_network to truncated, instead of discard. [GDLT-120]: Convert to POSIX queue. Signed-off-by: Alexander Wenzel --- automotive-dlt.spec.in | 1 + 1 file changed, 1 insertion(+) (limited to 'automotive-dlt.spec.in') diff --git a/automotive-dlt.spec.in b/automotive-dlt.spec.in index 7dea8b3..c9f6763 100644 --- a/automotive-dlt.spec.in +++ b/automotive-dlt.spec.in @@ -98,6 +98,7 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/dlt-test-filetransfer %{_bindir}/dlt-test-multi-process %{_bindir}/dlt-test-multi-process-client +%{_bindir}/dlt-test-queue %attr(0755,root,root) %{_bindir}/dlt-daemon -- cgit v1.2.1