summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBiastoch, Darian (ADITG/ESM) <dbiastoch@de.adit-jv.com>2021-07-16 00:29:10 +0000
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2021-10-05 11:19:26 +0900
commit50a385e6afea50922569828438194477537a768b (patch)
tree120995ed2095145b31caf2958ddd259ced88786d /doc
parent0ee7fdff3d6bb2f2055e7083fa48728f4d274661 (diff)
downloadDLT-daemon-50a385e6afea50922569828438194477537a768b.tar.gz
system: use signalfd for dlt-system
1: Move the call of pthread_sigmask in dlt-qnx-systems main before DLT_REGISTER_APP, because this already spawns a thread, what was done without applying pthread_sigmask before. 2: Replaced all threads in dlt-system, that are spawned for each feature, through one poll. This poll waits for a file descriptor event, that triggers the feature routine, that was executed before in the thread. Done this for following processes: * reading syslog and journal * frequently reading logfile and logprocess * triggering filetransfer, if a file was added/changed in watched directory * checking watchdog timer of systemd service file with defined intervall Signed-off-by: dbiastoch <dbiastoch@de.adit-jv.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/dlt-system.conf.5.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/dlt-system.conf.5.md b/doc/dlt-system.conf.5.md
index 7020281..9fc65b2 100644
--- a/doc/dlt-system.conf.5.md
+++ b/doc/dlt-system.conf.5.md
@@ -114,12 +114,6 @@ Time in seconds after startup of dlt-system when first file is transfered.
Default: 0
-## FiletransferTimeDelay
-
-Time in seconds to wait between deletion of transferred file and start of next file transfer.
-
- Default: 10
-
## FiletransferTimeoutBetweenLogs
Time in seconds to wait between two file transfer logs of a single file to DLT.