From: Kern Sibbald Date: Sat, 30 Aug 2008 20:36:06 +0000 (+0000) Subject: Update missing changes to record.h X-Git-Tag: Release-3.0.0~1042 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=806042b160566df9927f110b8aa58086c165526d;p=bacula%2Fbacula Update missing changes to record.h git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7531 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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; };