]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/reserve.h
Update the Microsoft Visual Studio build to match the MinGW32 build.
[bacula/bacula] / bacula / src / stored / reserve.h
index 38e77dbdc892f5e2700cec9f8d127232e731f8ca..c4f8028ce648537a2ad9d57a38e1ad19f3737699 100644 (file)
@@ -57,5 +57,6 @@ public:
    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 */
 };