bareos: master 7c18ee65

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen master 2013-12-09 15:13 master 740de8e2 Pending
Affected Issues  0000011: Implementation of Python StorageDaemon Plugin
Changeset Implementation of Python StorageDaemon Plugin

Implement a plugin that makes it possible to write Storage 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 0000011: Implementation of Python StorageDaemon Plugin
mod - src/plugins/stored/Makefile.in Diff File
add - src/plugins/stored/bareos-sd.py Diff File
add - src/plugins/stored/bareos_sd_consts.py Diff File
mod - src/plugins/stored/python-sd.c Diff File
add - src/plugins/stored/python-sd.h Diff File
mod - src/stored/sd_plugins.c Diff File
mod - src/stored/sd_plugins.h Diff File