bareos: master 9a95f290

Author Committer Branch Timestamp Parent
Sebastian Sura Bareos Bot master 2024-12-11 07:57 master cc75fc20 Pending
Changeset python-fd: remove dependency on libbareos

python-fd had an implicit dependency on libbareos. That meant that
this library could only get loaded into a process that had already
loaded libbareos.

This would not work with the way the grpc plugin loads plugins, so
the dependency was removed.
mod - core/src/plugins/filed/python/module/bareosfd.cc Diff File
mod - core/src/plugins/filed/python/python-fd.cc Diff File
mod - core/src/plugins/include/python_plugin_modules_common.inc Diff File
mod - core/src/plugins/include/python_plugins_common.inc Diff File
mod - core/src/plugins/stored/python/module/c_api/capi_1.inc Diff File