diff options
Diffstat (limited to 'src/purgatory/sync/mod.rs')
| -rw-r--r-- | src/purgatory/sync/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/purgatory/sync/mod.rs b/src/purgatory/sync/mod.rs index be89130..022a556 100644 --- a/src/purgatory/sync/mod.rs +++ b/src/purgatory/sync/mod.rs | |||
| @@ -13,7 +13,7 @@ mod r#loop; | |||
| 13 | mod queue; | 13 | mod queue; |
| 14 | mod throttle; | 14 | mod throttle; |
| 15 | 15 | ||
| 16 | pub use context::{ProcessResult, SyncContext}; | 16 | pub use context::{ProcessResult, RealSyncContext, SyncContext}; |
| 17 | pub use functions::{ | 17 | pub use functions::{ |
| 18 | get_throttled_domains_with_untried_urls, sync_identifier, sync_identifier_from_url, | 18 | get_throttled_domains_with_untried_urls, sync_identifier, sync_identifier_from_url, |
| 19 | sync_identifier_next_url, ThrottledDomainInfo, | 19 | sync_identifier_next_url, ThrottledDomainInfo, |