From 2d31e9c72e64f3ae91e0e8868e36914d59eb3919 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 3 Apr 2010 20:54:39 +0200 Subject: [PATCH] Use uint32_t for max_concurrent_jobs --- bacula/src/stored/dev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/dev.h b/bacula/src/stored/dev.h index bd7344e8b9..db430f5f82 100644 --- a/bacula/src/stored/dev.h +++ b/bacula/src/stored/dev.h @@ -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 */ -- 2.39.5