bareos: master f54e2821
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
mvwieringen | mvwieringen | master | 2016-02-02 19:47 | master 5cf2dab5 | Pending |
Changeset | dird: Make storage more generic. As we eventually want to support different types of storage e.g. Native and NDMP to start with we need to make things somewhat more generic. This is the first step by moving some of the generic storage functions of the director into a new file storage.c which will try to abstract the different storage types and have a generic abstraction so the rest of the code needs as little change as possible. |
||||
mod - src/dird/Makefile.in | Diff File | ||||
mod - src/dird/dird_conf.h | Diff File | ||||
mod - src/dird/job.c | Diff File | ||||
mod - src/dird/protos.h | Diff File | ||||
mod - src/dird/sd_cmds.c | Diff File | ||||
add - src/dird/storage.c | Diff File | ||||
mod - src/dird/ua_cmds.c | Diff File | ||||
mod - src/dird/ua_impexp.c | Diff File | ||||
mod - src/dird/ua_label.c | Diff File | ||||
mod - src/dird/ua_select.c | Diff File | ||||
mod - src/dird/ua_status.c | Diff File | ||||
mod - src/dird/ua_update.c | Diff File | ||||
mod - src/win32/dird/Makefile | Diff File |