From d81d38f5aca0818e8a845b59213b56eeed41c616 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 23 Nov 2011 13:27:59 +0100 Subject: [PATCH] Get new lib/plugins.h --- bacula/src/lib/plugins.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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; -- 2.39.5