summaryrefslogtreecommitdiffstats
path: root/src/router/mod.rs
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-26 15:01:47 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-26 15:01:47 +0200
commite16151419d710194f5dfb24dd1a71e04add4964e (patch)
tree857804b5be9ca8ee2033abaf9d97f264f36d5e13 /src/router/mod.rs
parentUpdate the blake2 crate to fix bug upstream (diff)
downloadwireguard-rs-e16151419d710194f5dfb24dd1a71e04add4964e.tar.xz
wireguard-rs-e16151419d710194f5dfb24dd1a71e04add4964e.zip
Work on callback structure for cryptkey router
Diffstat (limited to '')
-rw-r--r--src/router/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/router/mod.rs b/src/router/mod.rs
index 6a4dd61..644dd61 100644
--- a/src/router/mod.rs
+++ b/src/router/mod.rs
@@ -1,6 +1,7 @@
mod anti_replay;
mod buffer;
mod device;
+mod types;
// mod inbound;
mod workers;
mod peer;