bareos: master 80c5f436

Author Committer Branch Timestamp Parent
Sebastian Sura Sebastian Sura master 2023-08-28 10:17 master 4a0061b0 Pending
Changeset append: introduce MessageReceiver

This class reads data from the given socket asynchroniously and makes
them available in a preparsed manner on the main thread. It is
important that the given socket is only used by one thread at a time,
as such, if you create a MessageHandler for a certain socket, you need
to take care to not use that socket at all while the message handler
is alive.
mod - core/src/stored/append.cc Diff File
mod - systemtests/tests/restore/testrunner-create-backup Diff File