]> git.sur5r.net Git - bacula/rescue/commit
29Jun07
authorKern Sibbald <kern@sibbald.com>
Fri, 29 Jun 2007 12:12:26 +0000 (12:12 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 29 Jun 2007 12:12:26 +0000 (12:12 +0000)
commitc4233e573d90b363542f82d07ba925ae0f3753f9
tree3c06ffffdeed40e3959959ff9926cd5cc4ca3832
parent5a66af8810e4ed5f65e4928fcec2c4f2e8fdc27d
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.