]> git.sur5r.net Git - bacula/rescue/commit
kes Add plugin types in jcr.h to reduce need to cast.
authorKern Sibbald <kern@sibbald.com>
Sat, 11 Oct 2008 15:39:23 +0000 (15:39 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 11 Oct 2008 15:39:23 +0000 (15:39 +0000)
commit2a96cb29f65e8baa9ef9bef2081a605734616492
treed3ef711f786c27779938a895cd80255699082d69
parent8cac8ea94293d5dd88b21fe75978d52852a1ca9c
kes  Add plugin types in jcr.h to reduce need to cast.
kes  Do better checking of plugin return values.
kes  Free plugin context after calling pluginFree() as
     requested by James.
kes  Allow plugin to call JobMessage with NULL context.
kes  Do not add plugin to global list if loadPlugin returns error.
kes  Rework plugin.h a bit to reduce dependence on Bacula.