mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
udp: socket workers: rename common.rs to storage.rs
This commit is contained in:
parent
043649d122
commit
1851886992
4 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ use aquatic_udp_protocol::*;
|
|||
use crate::common::*;
|
||||
use crate::config::Config;
|
||||
|
||||
use super::common::PendingScrapeResponseSlab;
|
||||
use super::storage::PendingScrapeResponseSlab;
|
||||
|
||||
pub fn read_requests(
|
||||
config: &Config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue