From d7f3cce7b39d567380a3cf8630a9312c3b5689a8 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Fri, 2 Aug 2013 09:37:51 +0200 Subject: Bug 44 - Don't print "Buffer full" message from DLT daemon for each trace. Signed-off-by: Alexander Wenzel --- include/dlt/dlt_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/dlt/dlt_common.h') diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h index 4fb9cff..b0b62eb 100755 --- a/include/dlt/dlt_common.h +++ b/include/dlt/dlt_common.h @@ -478,6 +478,7 @@ typedef struct uint32_t service_id; /**< service ID */ uint8_t status; /**< reponse status */ uint8_t overflow; /**< overflow status */ + uint32_t overflow_counter; /**< overflow counter */ } PACKED DltServiceMessageBufferOverflowResponse; typedef struct -- cgit v1.2.1