]> git.sur5r.net Git - bacula/bacula/commit
kes Move lock structures into new file lock.h
authorKern Sibbald <kern@sibbald.com>
Thu, 28 Jun 2007 11:57:03 +0000 (11:57 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 28 Jun 2007 11:57:03 +0000 (11:57 +0000)
commit339dfeb1016cb4f9a079046a6bf1b1ce3e84b71b
tree195f241b086de87a68e57a550b20d831b7db9e60
parentf6140216db307915b43ad50f5e2963d3a8182e86
kes  Move lock structures into new file lock.h
kes  Use jcr lock for locking reservations messages rather than
     the reservations lock.
kes  Rename a number of locking functions to make their sense a
     bit more logical (more to be done), also rename a few other
     methods in the DEVICE structure.
kes  Add a good bit of documentation of the SD locking mechanisms
     to src/stored/lock.c
kes  Convert a number of bnet_xx calls to use the new bsock class.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5112 91ce42f0-d328-0410-95d8-f526ca767f89
12 files changed:
bacula/src/stored/acquire.c
bacula/src/stored/append.c
bacula/src/stored/block.c
bacula/src/stored/dev.c
bacula/src/stored/dev.h
bacula/src/stored/label.c
bacula/src/stored/lock.c
bacula/src/stored/lock.h [new file with mode: 0644]
bacula/src/stored/protos.h
bacula/src/stored/reserve.c
bacula/src/stored/stored.h
bacula/src/version.h