]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/block.h
Update doc, default working directory bscan
[bacula/bacula] / bacula / src / stored / block.h
index 90f10a06ddc7d86328806857b1823a031d2cdbd3..bb9e72a9d964d4aa4397e4dfda4d0083beab00e1 100644 (file)
@@ -84,6 +84,7 @@
  */
 typedef struct s_dev_block {
    struct s_dev_block *next;          /* pointer to next one */
+   void *dev;                         /* pointer to device (DEVICE not defined yet) */
    /* binbuf is the number of bytes remaining
     * in the buffer. For writes, it is bytes not yet written.
     * For reads, it is remaining bytes not yet read.