]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Tweak cats files
authorEric Bollengier <eric@baculasystems.com>
Wed, 6 Sep 2023 09:52:17 +0000 (11:52 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:02 +0000 (13:57 +0200)
bacula/src/cats/cats.h
bacula/src/cats/cats_null.c

index 6cbdaeeff438b183f4369b9e375ca1ebad72de55..f9049b075bdb91bdff0a57ae1e3413e742f8856a 100644 (file)
@@ -163,13 +163,13 @@ struct JOB_DBR {
    int PurgedFiles;
    int HasBase;
    int Reviewed;                /* In list, values are 0 (unset), 1 and 2 */
-   char Client[MAX_NAME_LENGTH]; /* Set in db_get_job_record() */
    int isVirtualFull;
    double Rate;
    double CompressRatio;
    DBId_t WriteStorageId;
    DBId_t LastReadStorageId;
    int Encrypted;
+   char Client[MAX_NAME_LENGTH]; /* Set in db_get_job_record() */
 
    /* Note, FirstIndex, LastIndex, Start/End File and Block
     * are only used in the JobMedia record.
index 7c618898ef97f69460f67a3d16727b2452befd83..93d65d60d4479a66c46d16975549bedcabe32e44 100644 (file)
@@ -14,8 +14,7 @@
    This notice must be preserved when any source code is
    conveyed and/or propagated.
 
-   Bacula(R) is a registered trademark of Kern Sibbald.
-*/ 
+   Bacula(R) is a registered trademark of Kern Sibbald.*/ 
 /* 
  * Null Bacula backend function replaced with the correct one
  *  at install time.