]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored_conf.h
Add address and socket for MySQL
[bacula/bacula] / bacula / src / stored / stored_conf.h
index 585030e9da903f7f3d069d44edd040767640d5ea..aead24a37806d2b6e04b9d46b2154ae696dc3089 100644 (file)
@@ -4,7 +4,7 @@
  *   Version $Id$
  */
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2003 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -39,8 +39,6 @@
 #define R_TYPE                        3023
 #define R_BACKUP                      3024
 
-#define STORAGE_DAEMON 1
-
 /* Definition of the contents of each Resource */
 struct s_res_dir {
    RES   hdr;
@@ -55,7 +53,8 @@ typedef struct s_res_dir DIRRES;
 struct s_res_store {
    RES   hdr;
 
-   char *address;
+   char *address;                     /* deprecated */
+   char *SDaddr;                      /* bind address */
    int   SDport;                      /* Where we listen for Directors */
    int   SDDport;                     /* "Data" port where we listen for File daemons */
    char *working_directory;           /* working directory for checkpoints */
@@ -78,6 +77,7 @@ struct s_res_dev {
    uint32_t max_changer_wait;         /* Changer timeout */
    uint32_t max_rewind_wait;          /* maximum secs to wait for rewind */
    uint32_t max_open_wait;            /* maximum secs to wait for open */
+   uint32_t max_open_vols;            /* maximum simultaneous open volumes */
    uint32_t min_block_size;           /* min block size */
    uint32_t max_block_size;           /* max block size */
    uint32_t max_volume_jobs;          /* max jobs to put on one volume */