From 50894750e987f38d1769eb1661ec77be3e2a8ba7 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Fri, 23 Sep 2011 13:01:40 +0200 Subject: First prototype to switch to shm communication --- include/dlt/dlt_user.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/dlt/dlt_user.h') diff --git a/include/dlt/dlt_user.h b/include/dlt/dlt_user.h index 263a5f2..095bd45 100755 --- a/include/dlt/dlt_user.h +++ b/include/dlt/dlt_user.h @@ -91,6 +91,7 @@ #include "dlt_types.h" #include "dlt_common.h" #include "dlt_user_macros.h" +#include "dlt_shm.h" #if !defined (__WIN32__) #include @@ -226,6 +227,8 @@ typedef struct int8_t local_print_mode; /**< Local print mode, controlled by environment variable */ DltRingBuffer rbuf; /**< Ring-buffer for buffering messages during startup and missing connection */ + + DltShm dlt_shm; } DltUser; /************************************************************************************************** -- cgit v1.2.1