X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fdird%2Fdird.h;h=c0b5393e9227100dd522923f73b8e29b53a49ccb;hb=b8224aab234012c2d127b84eceb160e99dd4a14d;hp=0dccce803fac489976d38d7de07add7d58a99f28;hpb=e0d341e5f972c0b2dbdccf5fe7e5cb1c77c57970;p=bacula%2Fbacula diff --git a/bacula/src/dird/dird.h b/bacula/src/dird/dird.h index 0dccce803f..c0b5393e92 100644 --- a/bacula/src/dird/dird.h +++ b/bacula/src/dird/dird.h @@ -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. @@ -32,6 +25,13 @@ (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"