]> git.sur5r.net Git - bacula/bacula/commitdiff
Use uint32_t for max_concurrent_jobs
authorKern Sibbald <kern@sibbald.com>
Sat, 3 Apr 2010 18:54:39 +0000 (20:54 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:43 +0000 (16:49 +0200)
bacula/src/stored/dev.h

index bd7344e8b910e84c87d5d9669c39ecfcf51d0d9a..db430f5f827c51a9a5ced4c7555dca6440578ed1 100644 (file)
@@ -251,9 +251,9 @@ public:
    uint32_t EndFile;                  /* last file written */
    uint32_t min_block_size;           /* min block size */
    uint32_t max_block_size;           /* max block size */
+   uint32_t max_concurrent_jobs;      /* maximum simultaneous jobs this drive */
    uint64_t max_volume_size;          /* max bytes to put on one volume */
    uint64_t max_file_size;            /* max file size to put in one file on volume */
-   uint64_t max_concurrent_jobs;      /* maximum simultaneous jobs this drive */
    uint64_t volume_capacity;          /* advisory capacity */
    uint64_t max_spool_size;           /* maximum spool file size */
    uint64_t spool_size;               /* current spool size for this device */