summaryrefslogtreecommitdiffstats
path: root/src/timers/mod.rs
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-22 15:29:02 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-22 15:29:02 +0200
commit543efad9804a61424ed2f1f274b87e3cb420ba8a (patch)
treee37add7b969475520d7501d05e6b07744325bf47 /src/timers/mod.rs
parentInitial version of timer framework (diff)
downloadwireguard-rs-543efad9804a61424ed2f1f274b87e3cb420ba8a.tar.xz
wireguard-rs-543efad9804a61424ed2f1f274b87e3cb420ba8a.zip
Added benchmarks for timer code
Diffstat (limited to 'src/timers/mod.rs')
-rw-r--r--src/timers/mod.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/timers/mod.rs b/src/timers/mod.rs
index 0527b0c..0bac45a 100644
--- a/src/timers/mod.rs
+++ b/src/timers/mod.rs
@@ -1 +1,4 @@
-mod timer; \ No newline at end of file
+mod peer;
+mod timer;
+
+pub use timer::{Timer, Runner}; \ No newline at end of file