]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/stored_conf.h
Use the command line utility dropdb instead of the psql command
[bacula/bacula] / bacula / src / stored / stored_conf.h
index 14ac5972f5462d530a245785925cc789ea684c23..7cf81d72d8e0a936c1631d07eb7923030c832ebe 100644 (file)
@@ -75,7 +75,7 @@ struct DEVRES {
    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 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 */