summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dlt/dlt_user.h')
-rwxr-xr-xinclude/dlt/dlt_user.h2
1 files changed, 2 insertions, 0 deletions
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;