From: Kern Sibbald Date: Sat, 11 Oct 2008 15:39:23 +0000 (+0000) Subject: kes Add plugin types in jcr.h to reduce need to cast. X-Git-Tag: Release-5.0.3~1291 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2a96cb29f65e8baa9ef9bef2081a605734616492;p=bacula%2Frescue 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. ---