]> git.sur5r.net Git - bacula/rescue/commit
======================= Warning ==========================
authorKern Sibbald <kern@sibbald.com>
Sat, 8 Jul 2006 20:06:19 +0000 (20:06 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 8 Jul 2006 20:06:19 +0000 (20:06 +0000)
commit33ddf2197f4b91b3737f4ae8bd76655c0a11b141
tree78d611e83c83ae953f4e598390c40d59f81cda8c
parent5b82d7b42af26f20d360f3773a39c16ab7b7093f
  ======================= Warning ==========================
  Separate read and write storage in Jobs in the Director. This
  is a major rewrite of some of the low level code and hence has
  a high probability of introducing bugs.
  ==========================================================

- Move the job init code up to *before* the job is put into
  the job queue (resource allocation queue). This permits the
  job to establish whether it will read or write or do both.
- Add name() methods to all the resource classes.
- Implement separate read and write storage resource
  allocation/deallocation in jobq.c