summaryrefslogtreecommitdiffhomepage
path: root/talpid_core
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-07-04 11:23:13 +0200
committerLinus Färnstrand <linus@mullvad.net>2017-07-04 11:23:13 +0200
commit76752aa899963977963e09e1b3dd748a1f64cd08 (patch)
tree71d7cf802ec110490ecf8c197f4e2669e182f714 /talpid_core
parente0ba08fb3ac8198b7184bd73fb82d35fae704e09 (diff)
parent056d96b267a0ea50e522bb1874b87c4eff5080ab (diff)
downloadmullvadvpn-76752aa899963977963e09e1b3dd748a1f64cd08.tar.xz
mullvadvpn-76752aa899963977963e09e1b3dd748a1f64cd08.zip
Merge branch 'cleaner-state-machine'
Diffstat (limited to 'talpid_core')
-rw-r--r--talpid_core/src/tunnel/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid_core/src/tunnel/mod.rs b/talpid_core/src/tunnel/mod.rs
index 7f4fa7ff5f..a3cf019da7 100644
--- a/talpid_core/src/tunnel/mod.rs
+++ b/talpid_core/src/tunnel/mod.rs
@@ -33,7 +33,7 @@ pub use self::errors::*;
/// Possible events from the VPN tunnel and the child process managing it.
-#[derive(Debug)]
+#[derive(Debug, Copy, Clone, Eq, PartialEq, Hash)]
pub enum TunnelEvent {
/// Sent when the tunnel comes up and is ready for traffic.
Up,