This commit is contained in:
Brooks Prumo
2021-09-15 15:57:21 -05:00
committed by Jeff Washington (jwash)
parent ac58a5d3e6
commit 9195c1ffe6

View File

@ -13,7 +13,7 @@ use std::path::PathBuf;
use std::sync::atomic::Ordering;
use std::sync::Arc;
// >= 2 instances of this per 'bucket' in the bucket map. 1 for index, >= 1 for data
// >= 2 instances of DataBucket per 'bucket' in the bucket map. 1 for index, >= 1 for data
pub struct Bucket<T> {
drives: Arc<Vec<PathBuf>>,
//index