From: Kern Sibbald Date: Sat, 26 Mar 2005 07:58:50 +0000 (+0000) Subject: - Comment out Multiple Connections in the document. X-Git-Tag: Release-1.38.0~584 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f117c97226d24c4f933c58a85de8c565b8d7a1fe;p=bacula%2Fdocs - 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. ---