aboutsummaryrefslogtreecommitdiffstats
path: root/src/device.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.go')
-rw-r--r--src/device.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.go b/src/device.go
index 781b525..dfd2f35 100644
--- a/src/device.go
+++ b/src/device.go
@@ -42,7 +42,7 @@ type Device struct {
underLoadUntil atomic.Value
ratelimiter Ratelimiter
peers map[NoisePublicKey]*Peer
- mac MACStateDevice
+ mac CookieChecker
}
/* Warning: