aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/ipc_client.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-11 01:14:12 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-12 03:07:59 -0600
commit64f331e9ea771c3fca689368b84e240ff5aa99dc (patch)
tree0f487b1621d30c1f1febca2bae5df55cb0e4e2c2 /service/ipc_client.go
parentui: hack around rendering glitch (diff)
downloadwireguard-windows-64f331e9ea771c3fca689368b84e240ff5aa99dc.tar.xz
wireguard-windows-64f331e9ea771c3fca689368b84e240ff5aa99dc.zip
tunneltracker: redo deletion state machine
We're now properly examining the notifier return value and also making sure events are delivered in order. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'service/ipc_client.go')
-rw-r--r--service/ipc_client.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/ipc_client.go b/service/ipc_client.go
index fca4a511..e6295b91 100644
--- a/service/ipc_client.go
+++ b/service/ipc_client.go
@@ -25,7 +25,6 @@ const (
TunnelStopped
TunnelStarting
TunnelStopping
- TunnelDeleting
)
type NotificationType int