summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-11-25 09:18:59 +0100
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-11-25 09:18:59 +0100
commit6b3eac36d2fa1e0503217e6a21787ecfb1bc2dae (patch)
treeb7c77217ae71794d9850841acb789e6e01b2598b /include
parent5d1256cc1fcf9d47a7bc0e8ac49a9365e7e59915 (diff)
downloadDLT-daemon-6b3eac36d2fa1e0503217e6a21787ecfb1bc2dae.tar.gz
Disabled completely SHM if not enabled.
Diffstat (limited to 'include')
-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 dbc40a2..b128244 100755
--- a/include/dlt/dlt_user.h
+++ b/include/dlt/dlt_user.h
@@ -243,7 +243,9 @@ typedef struct
//DltRingBuffer rbuf;
DltBuffer startup_buffer; /**< Ring-buffer for buffering messages during startup and missing connection */
+#ifdef DLT_SHM_ENABLE
DltShm dlt_shm;
+#endif
} DltUser;
/**************************************************************************************************