X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=bacula%2Fsrc%2Fjcr.h;h=60c9dcba1de379f0c88315485c6c3bf5bbfac940;hb=65012f8383bc267bbffe2d123cd5ad60e74e90d1;hp=4f3f50c4de3475fce28c6f159e57a9e87c6051a5;hpb=ec389fec8e01bb010c43d0d996b61a334a9305e3;p=bacula%2Fbacula diff --git a/bacula/src/jcr.h b/bacula/src/jcr.h index 4f3f50c4de..60c9dcba1d 100644 --- a/bacula/src/jcr.h +++ b/bacula/src/jcr.h @@ -271,6 +271,7 @@ public: POOLMEM *rpool_source; /* Where migrate read pool came from */ POOLMEM *rstore_source; /* Where read storage came from */ POOLMEM *wstore_source; /* Where write storage came from */ + POOLMEM *catalog_source; /* Where catalog came from */ int replace; /* Replace option */ int NumVols; /* Number of Volume used in pool */ int reschedule_count; /* Number of times rescheduled */