udp: socket workers: rename common.rs to storage.rs

This commit is contained in:
Joakim Frostegård 2022-04-16 00:36:43 +02:00
parent 043649d122
commit 1851886992
4 changed files with 4 additions and 4 deletions

View file

@ -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,