]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored_conf.h
Update doc, default working directory bscan
[bacula/bacula] / bacula / src / stored / stored_conf.h
index 8e8c9cca548d71f7cb2f78e4b1670687aa7a4676..2c333b7656790d08ba9fc9d0f2dbccece2056481 100644 (file)
@@ -55,7 +55,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 */
@@ -75,8 +76,9 @@ struct s_res_dev {
    char *changer_name;               /* Changer device name */
    char *changer_command;            /* Changer command  -- external program */
    int cap_bits;                     /* Capabilities of this device */
-   uint32_t changer_timeout;         /* Changer timeout */
+   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 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 */