aboutsummaryrefslogtreecommitdiffstats
path: root/src/router/mod.rs
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-16 22:00:48 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-16 22:00:48 +0200
commit5aeea9b619cbdc3776a23aa5a1c6547d42c7f427 (patch)
tree1af087bf6e9b3641e29069a57aa2d294acf46338 /src/router/mod.rs
parentLayout work on router (diff)
downloadwireguard-rs-5aeea9b619cbdc3776a23aa5a1c6547d42c7f427.tar.xz
wireguard-rs-5aeea9b619cbdc3776a23aa5a1c6547d42c7f427.zip
Begin drafting cross-platform interface
Diffstat (limited to '')
-rw-r--r--src/router/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router/mod.rs b/src/router/mod.rs
index b53b10c..7055875 100644
--- a/src/router/mod.rs
+++ b/src/router/mod.rs
@@ -4,4 +4,4 @@ mod device;
// mod inbound;
// mod outbound;
-pub use device::Device; \ No newline at end of file
+pub use device::{Device, Peer}; \ No newline at end of file