]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/ua.h
ebl Try to fix bug on RunScript {} resource parsing
[bacula/bacula] / bacula / src / dird / ua.h
index 4498f05560b9a1e63d22cc973af9bd6f5a786ad0..e04315bf14d66a23b6907a2cbe95475877f1888d 100644 (file)
@@ -6,22 +6,17 @@
  *     Version $Id$
  */
 /*
-   Copyright (C) 2000-2005 Kern Sibbald
+   Copyright (C) 2000-2006 Kern Sibbald
 
    This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License as
-   published by the Free Software Foundation; either version 2 of
-   the License, or (at your option) any later version.
+   modify it under the terms of the GNU General Public License
+   version 2 as amended with additional clauses defined in the
+   file LICENSE in the main source directory.
 
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-   General Public License for more details.
-
-   You should have received a copy of the GNU General Public
-   License along with this program; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-   MA 02111-1307, USA.
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
+   the file LICENSE for additional details.
 
  */
 
@@ -49,6 +44,7 @@ struct UAContext {
    bool quit;                         /* if set, quit */
    bool verbose;                      /* set for normal UA verbosity */
    bool batch;                        /* set for non-interactive mode */
+   bool gui;                          /* set if talking to GUI program */
    uint32_t pint32_val;               /* positive integer */
    int32_t  int32_val;                /* positive/negative */
    int64_t  int64_val;                /* big int */
@@ -102,7 +98,7 @@ struct RESTORE_CTX {
    NAME_LIST name_list;
 };
 
-#define MAX_ID_LIST_LEN 1000000
+#define MAX_ID_LIST_LEN 2000000
 
 
 #endif