]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/reserve.h
kes Fix logic error in handling error return from mtx-changer
[bacula/bacula] / bacula / src / stored / reserve.h
index 78e35c897b101d59357414e87d9972b6dd4bd9ee..c4f8028ce648537a2ad9d57a38e1ad19f3737699 100644 (file)
@@ -56,5 +56,7 @@ public:
    bool have_volume;                  /* Have DIR suggested vol name */
    bool suitable_device;              /* at least one device is suitable */
    bool autochanger_only;             /* look at autochangers only */
+   bool notify_dir;                   /* Notify DIR about device */
+   bool append;                       /* set if append device */
    char VolumeName[MAX_NAME_LENGTH];  /* Vol name suggested by DIR */
 };