]> git.sur5r.net Git - bacula/docs/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)
commit0d2fc8bb35f9e7fa0fd1b96344029f25eec373d3
treecf98b64ab89624b854128d13c5527281b61918d2
parent9203a48fb0660c13fdea0b3fd7b82b2abdb6b1f1
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.