bareos: master a8c13288

Author Committer Branch Timestamp Parent
Sebastian Sura Sebastian Sura master 2025-09-10 15:03 master 614e8bb4 Pending
Changeset grpc: cache events with data

Some early events actually have data, so we need to cache those as
well. This also fixes an issue where we did not report the correct
event size in some cases.

The python code was also fixed: some types were set to the wrong
python type, leading to repeated error messages about truncations.
mod - core/src/plugins/filed/grpc/bridge_module/bridge_module.cc Diff File
mod - core/src/plugins/filed/grpc/bridge_module/plugin_service.cc Diff File
mod - core/src/plugins/filed/grpc/grpc_impl.cc Diff File
mod - core/src/plugins/filed/python/module/bareosfd.cc Diff File
mod - core/src/plugins/filed/python/module/bareosfd.h Diff File