From 806042b160566df9927f110b8aa58086c165526d Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 30 Aug 2008 20:36:06 +0000 Subject: [PATCH] Update missing changes to record.h git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7531 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/record.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bacula/src/stored/record.h b/bacula/src/stored/record.h index 77d02bf97a..de480971c1 100644 --- a/bacula/src/stored/record.h +++ b/bacula/src/stored/record.h @@ -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; }; -- 2.39.5