mirror of
https://github.com/sreedevk/deduplicator.git
synced 2026-09-01 04:55:33 +00:00
render filequeue
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
mod file;
|
||||
pub mod file;
|
||||
mod flags;
|
||||
mod processor;
|
||||
mod scanner;
|
||||
@@ -26,9 +26,9 @@ pub enum Message {
|
||||
}
|
||||
|
||||
pub struct Server {
|
||||
fq: FileQueue,
|
||||
dupstore: Arc<Store>,
|
||||
tpool: ThreadPool,
|
||||
pub fq: FileQueue,
|
||||
pub dupstore: Arc<Store>,
|
||||
pub tpool: ThreadPool,
|
||||
}
|
||||
|
||||
impl Server {
|
||||
|
||||
Reference in New Issue
Block a user