]> git.sur5r.net Git - bacula/rescue/commit
kes Separate read/write source strings to keep track of where
authorKern Sibbald <kern@sibbald.com>
Fri, 24 Nov 2006 09:58:28 +0000 (09:58 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 24 Nov 2006 09:58:28 +0000 (09:58 +0000)
commitd07d8928d5ab84437c3c80dcc01facf35d3812e7
tree8d370c7d71c216685a541d91342639398be885dd
parent874a4253214544ecf73c11edeee971734706da6b
kes  Separate read/write source strings to keep track of where
     storage devices are used in a job.
kes  Implement a new method of keeping track of which storage
     device is used in a Job.  USTORE keeps both a pointer to the
     resource and to the source string.
kes  Modify all code to use new storage set subroutines in job.c
kes  Modify migrate.c so that the definitive selection of the storage
     resource is done in the do_migration_init() routine prior to
     the job going into the job queue.  This permits accurate
     deadlock detection (same read and write storage resource).
kes  Remove bfill from btape (I think it was a left over stub).