summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.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 /src/daemon/dlt-daemon.h
parent101dab1a5261189a13068810ee57fe76b64ad909 (diff)
downloadDLT-daemon-50894750e987f38d1769eb1661ec77be3e2a8ba7.tar.gz
First prototype to switch to shm communication
Diffstat (limited to 'src/daemon/dlt-daemon.h')
-rwxr-xr-xsrc/daemon/dlt-daemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h
index 8489ee6..31b4f64 100755
--- a/src/daemon/dlt-daemon.h
+++ b/src/daemon/dlt-daemon.h
@@ -129,6 +129,7 @@ typedef struct
int client_connections; /**< counter for nr. of client connections */
size_t baudrate; /**< Baudrate of serial connection */
size_t ringbufferSize; /**< Size of the ringbuffer */
+ DltShm dlt_shm;
} DltDaemonLocal;
typedef struct