X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fjcr.h;h=10a40c14dc0086da1696cd8fdb786537f4b52974;hb=57b695ece302b0fbd6d117cca27a97ab52067203;hp=4017933106531e9b3124c12f28ff01659d052265;hpb=9c04502ff6779639c761ab906adbe2511945b48b;p=bacula%2Fbacula diff --git a/bacula/src/jcr.h b/bacula/src/jcr.h index 4017933106..10a40c14dc 100644 --- a/bacula/src/jcr.h +++ b/bacula/src/jcr.h @@ -148,7 +148,7 @@ class BSOCK; struct FF_PKT; class B_DB; struct ATTR_DBR; -struct Plugin; +class Plugin; struct save_pkt; struct bpContext; struct xattr_private_data_t; @@ -334,6 +334,7 @@ public: JCR *mig_jcr; /* JCR for migration/copy job */ char FSCreateTime[MAX_TIME_LENGTH]; /* FileSet CreateTime as returned from DB */ char since[MAX_TIME_LENGTH]; /* since time */ + char PrevJob[MAX_NAME_LENGTH]; /* Previous job name assiciated with since time */ union { JobId_t RestoreJobId; /* Id specified by UA */ JobId_t MigrateJobId; @@ -396,6 +397,7 @@ public: int32_t buf_size; /* length of buffer */ FF_PKT *ff; /* Find Files packet */ char stored_addr[MAX_NAME_LENGTH]; /* storage daemon address */ + char PrevJob[MAX_NAME_LENGTH]; /* Previous job name assiciated with since time */ uint32_t StartFile; uint32_t EndFile; uint32_t StartBlock;