summaryrefslogtreecommitdiff
path: root/src/daemon/dlt.conf
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2021-07-21 08:35:47 +0000
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2021-10-05 11:19:26 +0900
commit79737026ed7b5ddae4c375b564fd5f27f573b025 (patch)
tree933265417c12d61078a98c02032ce01c6a5b2830 /src/daemon/dlt.conf
parent7d222bed9dff4713d6fb261b56910f216463597b (diff)
downloadDLT-daemon-79737026ed7b5ddae4c375b564fd5f27f573b025.tar.gz
daemon: Enable to use FIFO on QNX
It depends on OSes if maximum size of pipe can be configured per process or not. For example, on QNX it can be only set from pipe resource manager. Also flags used to set the value are only supported on Linux. Now DaemonFIFOSize option in dlt.conf is only relevant for Linux. Also -f option is added to build scripts to enable FIFO as IPC. Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
Diffstat (limited to 'src/daemon/dlt.conf')
-rw-r--r--src/daemon/dlt.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/dlt.conf b/src/daemon/dlt.conf
index ab2a9bd..7e19817 100644
--- a/src/daemon/dlt.conf
+++ b/src/daemon/dlt.conf
@@ -61,6 +61,7 @@ RingbufferMaxSize = 10000000
RingbufferStepSize = 500000
# The size of Daemon FIFO (/tmp/dlt) (Default: 65536, MinSize: depend on pagesize of system, MaxSize: please check /proc/sys/fs/pipe-max-size)
+# This is only supported for Linux.
# DaemonFIFOSize = 65536
# Initial log-level that is sent when an application registers (Default: 4)