bareos: master 6212e5d0

Author Committer Branch Timestamp Parent
arogge arogge master 2024-10-28 10:34 master e366fffd Pending
Changeset lib: extract Bpipe code from of compat.cc

this moved all of the windows specific Bpipe code into its own
translation unit, separating it from the windows compatibility
layer.
This also updates OpenBpipe() to use the new signature, however we do
not yet support passing custom environment variables to windows child
processes.
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/lib/bpipe.cc Diff File
add - core/src/lib/bpipe_unix.cc Diff File
add - core/src/lib/bpipe_win32.cc Diff File
mod - core/src/win32/compat/compat.cc Diff File