summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_common_cfg.h
diff options
context:
space:
mode:
authorLassi Marttala <lassi.lm.marttala@partner.bmw.com>2012-02-21 10:56:16 +0100
committerChristian Muck <christian.muck@bmw.de>2012-04-04 14:30:01 +0200
commit83059468ecd8ca6a68901f20477615cb58808c94 (patch)
treef0809acf0e0c9d42ce823bb40ef528f924e1de41 /src/daemon/dlt_daemon_common_cfg.h
parent71cc80ac25166a65b0cea363c4d77314bbaf7f5e (diff)
downloadDLT-daemon-83059468ecd8ca6a68901f20477615cb58808c94.tar.gz
GENDLT-15, Rename buffer size constant to avoid confusion.
Better error handling when writing to FIFO. Remove duplicate msg initialization. Optimize away multiple uses of strlen for one check. Signed-off-by: Christian Muck <christian.muck@bmw.de>
Diffstat (limited to 'src/daemon/dlt_daemon_common_cfg.h')
-rwxr-xr-xsrc/daemon/dlt_daemon_common_cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/dlt_daemon_common_cfg.h b/src/daemon/dlt_daemon_common_cfg.h
index 5783708..ba28f24 100755
--- a/src/daemon/dlt_daemon_common_cfg.h
+++ b/src/daemon/dlt_daemon_common_cfg.h
@@ -80,7 +80,7 @@
#define DLT_RUNTIME_CONFIGURATION "/dlt-runtime.cfg"
/* Size of text buffer */
-#define DLT_DAEMON_TEXTBUFSIZE 255
+#define DLT_DAEMON_COMMON_TEXTBUFSIZE 255
/* Initial log level */
#define DLT_DAEMON_INITIAL_LOG_LEVEL DLT_LOG_INFO