summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_common.h
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-09-27 10:15:37 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-09-27 10:15:37 +0200
commit43059d5993e5780e61950e9190eabbba24edf1ba (patch)
treedd6d975855629f2b36ebeda3d1661ebd73fbec9c /src/daemon/dlt_daemon_common.h
parent6b2e16baa00cc60010a4f8f6e036c91d9a8805dd (diff)
downloadDLT-daemon-43059d5993e5780e61950e9190eabbba24edf1ba.tar.gz
Removed Ringbuffer from daemon.
Diffstat (limited to 'src/daemon/dlt_daemon_common.h')
-rwxr-xr-xsrc/daemon/dlt_daemon_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon/dlt_daemon_common.h b/src/daemon/dlt_daemon_common.h
index 1d16a85..bdacfd7 100755
--- a/src/daemon/dlt_daemon_common.h
+++ b/src/daemon/dlt_daemon_common.h
@@ -148,7 +148,6 @@ typedef struct
char ecuid[DLT_ID_SIZE]; /**< ECU ID of daemon */
int sendserialheader; /**< 1: send serial header; 0 don't send serial header */
int timingpackets; /**< 1: send continous timing packets; 0 don't send continous timing packets */
- DltRingBuffer client_ringbuffer; /**< Ring-buffer for storing received logs while no client connection is available */
char runtime_application_cfg[256]; /**< Path and filename of persistent application configuration */
char runtime_context_cfg[256]; /**< Path and filename of persistent context configuration */
} DltDaemon;