aboutsummaryrefslogtreecommitdiffstats
path: root/src/wireguard/router/mod.rs
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-12-09 13:21:12 +0100
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-12-09 13:21:12 +0100
commit115fa574a807877594c3b8cf467798fc0524d007 (patch)
tree07d487f3f8ef130d17536fb93b02f937b7bf66ae /src/wireguard/router/mod.rs
parentFixed inbound job bug (add to sequential queue) (diff)
downloadwireguard-rs-115fa574a807877594c3b8cf467798fc0524d007.tar.xz
wireguard-rs-115fa574a807877594c3b8cf467798fc0524d007.zip
Move to run queue
Diffstat (limited to '')
-rw-r--r--src/wireguard/router/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wireguard/router/mod.rs b/src/wireguard/router/mod.rs
index bccb0a9..35efe4c 100644
--- a/src/wireguard/router/mod.rs
+++ b/src/wireguard/router/mod.rs
@@ -10,6 +10,7 @@ mod pool;
mod queue;
mod route;
mod types;
+mod runq;
// mod workers;