bareos: master 740de8e2

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen master 2013-12-09 15:13 master 64f25767 Pending
Affected Issues  0000010: Implementation of Python FilleDaemon Plugin
Changeset Implementation of Python FileDaemon Plugin

Implement a plugin that makes it possible to write File daemon plugins in Python.

Stub plugin function is available that loads a python interpreter per plugin
instance. Need to link the plugin events to Python methods and allow the Python
code to call the plugin code do read and write plugin variables.

Fixes 0000010: Implementation of Python FileDaemon Plugin
mod - src/filed/fd_plugins.c Diff File
mod - src/plugins/filed/Makefile.in Diff File
add - src/plugins/filed/bareos-fd.py Diff File
add - src/plugins/filed/bareos_fd_consts.py Diff File
mod - src/plugins/filed/python-fd.c Diff File
add - src/plugins/filed/python-fd.h Diff File