]> 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)
commit30cf45b57ee8ca6c66185881cff7098e4d450121
tree9f133a3d21d9da86fab542a9af914e4d5571eddc
parent676f8d7c374a8c4bd3330c4fec6c024420a52a1f
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