]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/record.h
Apply Joao's patch to SQLite tables to make chars work.
[bacula/bacula] / bacula / src / stored / record.h
index b13cfdcf83a3c68d2fe37848945d34b1fb87c6ee..de480971c1dd014840783de199db16abc36497e5 100644 (file)
@@ -29,7 +29,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   Bacula® is a registered trademark of John Walker.
+   Bacula® is a registered trademark of Kern Sibbald.
    The licensor of Bacula is the Free Software Foundation Europe
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
@@ -108,6 +108,9 @@ struct DEV_RECORD {
    uint8_t  ser_buf[WRITE_RECHDR_LENGTH];   /* serialized record header goes here */
    POOLMEM *data;                     /* Record data. This MUST be a memory pool item */
    int32_t match_stat;                /* bsr match status */
+   uint32_t last_VolSessionId;        /* used in sequencing FI for Vbackup */
+   uint32_t last_VolSessionTime;
+   int32_t  last_FileIndex;
 };