]> git.sur5r.net Git - bacula/docs/commit
- Comment out Multiple Connections in the document.
authorKern Sibbald <kern@sibbald.com>
Sat, 26 Mar 2005 07:58:50 +0000 (07:58 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 26 Mar 2005 07:58:50 +0000 (07:58 +0000)
commitf117c97226d24c4f933c58a85de8c565b8d7a1fe
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parentc1d04b7b5c31f375f58d4b19e3767a2ca0ab6d9b
- Comment out Multiple Connections in the document.
- Move the P() and V() to subroutines so that they can be accessed
  from class methods. The reference to strerror() caused problems.
- Implement new DEVICE class methods block() and unblock() that
  do what was previously done in 3 lines of code.
- Implement wait_for_device(), which will wait for any device
  to be released then return. This requires a new global mutex
  and condition variable, and is implemented in src/stored/wait.c
- Change the code in reserve_device_for_read(), which previously
  failed the job to use the new device wait code.