]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/reserve.h
Big backport from Enterprise
[bacula/bacula] / bacula / src / stored / reserve.h
index 4f3d7b305eff69fe8ec974192bcdd1fed9785620..bae8d726766be0a1dd98f6e8a62398a96498d5a2 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula(R) - The Network Backup Solution
 
-   Copyright (C) 2000-2016 Kern Sibbald
+   Copyright (C) 2000-2017 Kern Sibbald
 
    The original author of Bacula is Kern Sibbald, with contributions
    from many others, a complete list can be found in the file AUTHORS.
@@ -11,7 +11,7 @@
    Public License, v3.0 ("AGPLv3") and some additional permissions and
    terms pursuant to its AGPLv3 Section 7.
 
-   This notice must be preserved when any source code is 
+   This notice must be preserved when any source code is
    conveyed and/or propagated.
 
    Bacula(R) is a registered trademark of Kern Sibbald.
@@ -50,7 +50,6 @@ public:
    DIRSTORE *store;
    DEVRES   *device;
    DEVICE *low_use_drive;             /* Low use drive candidate */
-   int num_writers;                   /* for selecting low use drive */
    bool try_low_use_drive;            /* see if low use drive available */
    bool any_drive;                    /* Accept any drive if set */
    bool PreferMountedVols;            /* Prefer volumes already mounted */