]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/record.h
Add %D option to edit_job_code, simplify callbacks on director side
[bacula/bacula] / bacula / src / stored / record.h
index a76bb4ce91dcad59208656473df6c3e3c9fc98b2..04a93cb609eaa0207b8b059b340bb221759f7427 100644 (file)
@@ -98,7 +98,8 @@ struct DEV_RECORD {
    uint32_t VolSessionId;             /* sequential id within this session */
    uint32_t VolSessionTime;           /* session start time */
    int32_t  FileIndex;                /* sequential file number */
-   int32_t  Stream;                   /* stream number */
+   int32_t  Stream;                   /* Full Stream number with high bits */
+   int32_t  maskedStream;             /* Masked Stream without high bits */
    uint32_t data_len;                 /* current record length */
    uint32_t remainder;                /* remaining bytes to read/write */
    uint32_t state;                    /* state bits */