From: Kern Sibbald Date: Fri, 29 Jun 2007 12:12:26 +0000 (+0000) Subject: 29Jun07 X-Git-Tag: Release-2.2.0~203 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c4233e573d90b363542f82d07ba925ae0f3753f9;p=bacula%2Frescue 29Jun07 kes Implement new BST_DESPOOLING blocked state. Change from locking during despooling in SD to blocking. This means that other threads can work with the device structure, in particular the reservations system while despooling. 28Jun07 kes Fix return in reservation message queue that missed clearing the jcr lock (implemented 26Jun07 below). kes Rename a number of dev methods to make locking function names a bit clearer. kes Document locking in lock.c. Move lock structures to new file lock.h. ---