]> git.sur5r.net Git - bacula/bacula/commitdiff
Get new lib/plugins.h
authorKern Sibbald <kern@sibbald.com>
Wed, 23 Nov 2011 12:27:59 +0000 (13:27 +0100)
committerKern Sibbald <kern@sibbald.com>
Wed, 23 Nov 2011 12:30:27 +0000 (13:30 +0100)
bacula/src/lib/plugins.h

index fc2a6d0c93bbb4b3023939ae175f0501601954a1..ff6901616fe8c91ba1f12b7c4b890f603aedc5e2 100644 (file)
@@ -1,7 +1,7 @@
 /*
-   Bacula® - The Network Backup Solution
+   Bacula(R) - The Network Backup Solution
 
-   Copyright (C) 2007-2010 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2011 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.
@@ -20,7 +20,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   Bacula® is a registered trademark of Kern Sibbald.
+   Bacula(R) is a registered trademark of Kern Sibbald.
    The licensor of Bacula is the Free Software Foundation Europe
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
@@ -51,6 +51,9 @@ typedef enum {
   bRC_More   = 3,                        /* More files to backup */
   bRC_Term   = 4,                        /* Unload me */
   bRC_Seen   = 5,                        /* Return code from checkFiles */
+  bRC_Core   = 6,                        /* Let Bacula core handles this file */
+  bRC_Skip   = 7,                        /* Skip the proposed file */
+  bRC_Cancel = 8,                        /* Job cancelled */
 
   bRC_Max    = 9999                      /* Max code Bacula can use */
 } bRC;