]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/dird.h
kes Simplify locking in the reservations system.
[bacula/bacula] / bacula / src / dird / dird.h
index 0dccce803fac489976d38d7de07add7d58a99f28..c0b5393e9227100dd522923f73b8e29b53a49ccb 100644 (file)
@@ -1,14 +1,7 @@
-/*
- * Includes specific to the Director
- *
- *     Kern Sibbald, December MM
- *
- *    Version $Id$
- */
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2006 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2007 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
 */
+/*
+ * Includes specific to the Director
+ *
+ *     Kern Sibbald, December MM
+ *
+ *    Version $Id$
+ */
 
 #include "lib/runscript.h"
 #include "dird_conf.h"
@@ -67,4 +67,14 @@ struct del_ctx {
    int tot_ids;                       /* total to process */
 };
 
+/* Flags for find_next_volume_for_append() */
+enum {
+  fnv_create_vol    = true,
+  fnv_no_create_vol = false,
+  fnv_prune         = true,
+  fnv_no_prune      = false
+};
+
+     
+
 #include "protos.h"