]> 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 0e94711f16bdd5074bc2ca1f60b089d7bbfe070c..03d50eb7062941c4fbe8eabcb07beff97317fa21 100644 (file)
@@ -7,8 +7,8 @@
    many others, a complete list can be found in the file AUTHORS.
    This program is Free Software; you can redistribute it and/or
    modify it under the terms of version two of the GNU General Public
-   License as published by the Free Software Foundation plus additions
-   that are listed in the file LICENSE.
+   License as published by the Free Software Foundation and included
+   in the file LICENSE.
 
    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -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;
 };