]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
bugfix (used static functions instead of dynamic ones)
[bacula/bacula] / bacula / src / jcr.h
index 2182be7606fc7c9bce7fd3f3fceac6978b9c48b2..8ee90ca56f8968ab82dba310c9878b4f9d3227c6 100644 (file)
@@ -13,7 +13,7 @@
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
-   version 2 as ammended with additional clauses defined in the
+   version 2 as amended with additional clauses defined in the
    file LICENSE in the main source directory.
 
    This program is distributed in the hope that it will be useful,
@@ -256,6 +256,7 @@ public:
    bool spool_data;                   /* set to spool data */
    int CurVol;                        /* Current Volume count */
    DIRRES* director;                  /* Director resource */
+   alist *dirstore;   
    bool write_part_after_job;         /* Set to write part after job */
    bool PreferMountedVols;            /* Prefer mounted vols rather than new */