From bd907a3a892ab13d8d2f781a0536d46b4cf3b12b Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Tue, 18 Oct 2011 15:21:39 +0200 Subject: [Reverted] Removed Ringbuffer implementation in Library. --- include/dlt/dlt_user.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/dlt/dlt_user.h') diff --git a/include/dlt/dlt_user.h b/include/dlt/dlt_user.h index 6fb95a3..9fc5df4 100755 --- a/include/dlt/dlt_user.h +++ b/include/dlt/dlt_user.h @@ -240,6 +240,8 @@ typedef struct int8_t log_state; /**< Log state of external connection: 1 client connected, 0 not connected, -1 unknown */ + DltRingBuffer rbuf; /**< Ring-buffer for buffering messages during startup and missing connection */ + DltShm dlt_shm; } DltUser; -- cgit v1.2.1