]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/block.h
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / src / stored / block.h
index 68274579352dd08578ba27978c10c8be441be9d2..1c3c304bb0f140aa0622aeb3d65c4e6812d52ec6 100644 (file)
@@ -96,10 +96,10 @@ struct DEV_BLOCK {
    uint32_t read_len;                 /* bytes read into buffer, if zero, block empty */
    uint32_t VolSessionId;             /* */
    uint32_t VolSessionTime;           /* */
+   uint32_t read_errors;              /* block errors (checksum, header, ...) */
    int      BlockVer;                 /* block version 1 or 2 */
    bool     write_failed;             /* set if write failed */
    bool     block_read;               /* set when block read */
-   int      checksum_errors;          /* count of block checksum errors */
    int32_t  FirstIndex;               /* first index this block */
    int32_t  LastIndex;                /* last index this block */
    char    *bufp;                     /* pointer into buffer */