mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
aquatic_common: move access list code to own file
This commit is contained in:
parent
9893341622
commit
60d183003d
7 changed files with 84 additions and 81 deletions
|
|
@ -3,7 +3,7 @@ use std::time::Instant;
|
|||
|
||||
use histogram::Histogram;
|
||||
|
||||
use aquatic_common::AccessListType;
|
||||
use aquatic_common::access_list::AccessListType;
|
||||
|
||||
use crate::common::*;
|
||||
use crate::config::Config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue