]> 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 77d02bf97a43552842c9539127c1bdfac10942b9..de480971c1dd014840783de199db16abc36497e5 100644 (file)
@@ -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;
 };