aquatic_udp: glommio: move update_access_list to new common.rs

This commit is contained in:
Joakim Frostegård 2021-10-19 23:04:51 +02:00
parent bfcdc1c842
commit 02889e1bb8
3 changed files with 38 additions and 27 deletions

View file

@ -5,6 +5,7 @@ use glommio::prelude::*;
use crate::config::Config;
mod common;
pub mod handlers;
pub mod network;