]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
- Integrate the majority of the Mingw cross-tools submission
[bacula/bacula] / bacula / src / jcr.h
index 86b2426ca61801f46822ca067ffc4357ede55d88..a4d9a856451427a92004d942b046c52ff8a691b1 100644 (file)
@@ -292,7 +292,8 @@ public:
    bool spool_data;                   /* set to spool data */
    int CurVol;                        /* Current Volume count */
    DIRRES* director;                  /* Director resource */
-   alist *dirstore;                   /* list of storage devices sent by DIR */ 
+   alist *write_store;                /* list of write storage devices sent by DIR */ 
+   alist *read_store;                 /* list of read devices sent by DIR */
    alist *reserve_msgs;               /* reserve fail messages */
    bool write_part_after_job;         /* Set to write part after job */
    bool PreferMountedVols;            /* Prefer mounted vols rather than new */