summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_user.h
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-09-23 13:01:40 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-09-23 13:01:40 +0200
commit50894750e987f38d1769eb1661ec77be3e2a8ba7 (patch)
tree486193324894daf4cb6daadab7f96fe6d915b83c /include/dlt/dlt_user.h
parent101dab1a5261189a13068810ee57fe76b64ad909 (diff)
downloadDLT-daemon-50894750e987f38d1769eb1661ec77be3e2a8ba7.tar.gz
First prototype to switch to shm communication
Diffstat (limited to 'include/dlt/dlt_user.h')
-rwxr-xr-xinclude/dlt/dlt_user.h3
1 files changed, 3 insertions, 0 deletions
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 <semaphore.h>
@@ -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;
/**************************************************************************************************