X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fstored%2Frecord.h;h=eaf1f029b1ea292dd492caaee85cd7bfa9867814;hb=b22b260eaa7fb9f122523fff0e324dca5904b97f;hp=1d50c543873da0e83100bf55ff26a854c277f87e;hpb=1d2ac7cd3bc8b225512983ac860d830933ea8739;p=bacula%2Fbacula diff --git a/bacula/src/stored/record.h b/bacula/src/stored/record.h index 1d50c54387..eaf1f029b1 100644 --- a/bacula/src/stored/record.h +++ b/bacula/src/stored/record.h @@ -94,6 +94,7 @@ struct DEV_RECORD { BSR *bsr; /* pointer to bsr that matched */ 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 */ };