From: Kern Sibbald Date: Wed, 23 Nov 2011 12:27:59 +0000 (+0100) Subject: Get new lib/plugins.h X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dc9c7aad08cad355d5e3516ad0472b03c63d2c9b;p=bacula%2Fbacula Get new lib/plugins.h --- diff --git a/bacula/src/lib/plugins.h b/bacula/src/lib/plugins.h index fc2a6d0c93..ff6901616f 100644 --- a/bacula/src/lib/plugins.h +++ b/bacula/src/lib/plugins.h @@ -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;