]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/dird_conf.h
kes Fix migration code to get correct Volume name with multiple volumes
[bacula/bacula] / bacula / src / dird / dird_conf.h
index 425db2216f469e8b3fb2694335dce0eef68f3059..03d50eb7062941c4fbe8eabcb07beff97317fa21 100644 (file)
@@ -533,6 +533,8 @@ public:
    bool  AutoPrune;                   /* default for pool auto prune */
    bool  Recycle;                     /* default for media recycle yes/no */
    POOL  *RecyclePool;                /* RecyclePool destination when media is purged */
+   alist *CopyPool;                   /* List of copy pools */
+   CAT *Catalog;                      /* Catalog to be used */
    /* Methods */
    char *name() const;
 };