diff options
Diffstat (limited to 'src/purgatory/sync/mod.rs')
| -rw-r--r-- | src/purgatory/sync/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/purgatory/sync/mod.rs b/src/purgatory/sync/mod.rs index d26c1f0..8ac9216 100644 --- a/src/purgatory/sync/mod.rs +++ b/src/purgatory/sync/mod.rs | |||
| @@ -13,8 +13,8 @@ mod throttle; | |||
| 13 | 13 | ||
| 14 | pub use context::{ProcessResult, SyncContext}; | 14 | pub use context::{ProcessResult, SyncContext}; |
| 15 | pub use functions::{ | 15 | pub use functions::{ |
| 16 | get_throttled_domains_with_untried_urls, sync_identifier_from_url, sync_identifier_next_url, | 16 | get_throttled_domains_with_untried_urls, sync_identifier, sync_identifier_from_url, |
| 17 | ThrottledDomainInfo, | 17 | sync_identifier_next_url, ThrottledDomainInfo, |
| 18 | }; | 18 | }; |
| 19 | pub use queue::SyncQueueEntry; | 19 | pub use queue::SyncQueueEntry; |
| 20 | pub use throttle::{DomainThrottle, ThrottleManager}; | 20 | pub use throttle::{DomainThrottle, ThrottleManager}; |