]> 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 8983a82036282c2ef7d49157bdbec24af1d44cf4..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 */
@@ -73,8 +74,11 @@ struct s_res_dev {
    char *media_type;                 /* User assigned media type */
    char *device_name;                /* Archive device name */
    char *changer_name;               /* Changer device name */
+   char *changer_command;            /* Changer command  -- external program */
    int cap_bits;                     /* Capabilities of this device */
+   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 */