aboutsummaryrefslogtreecommitdiff
path: root/device.go
diff options
context:
space:
mode:
Diffstat (limited to 'device.go')
-rw-r--r--device.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/device.go b/device.go
index 7a23350..5f468b2 100644
--- a/device.go
+++ b/device.go
@@ -37,10 +37,10 @@ type Device struct {
net struct {
starting sync.WaitGroup
stopping sync.WaitGroup
- mutex sync.RWMutex
- bind Bind // bind interface
- port uint16 // listening port
- fwmark uint32 // mark value (0 = disabled)
+ mutex sync.RWMutex
+ bind Bind // bind interface
+ port uint16 // listening port
+ fwmark uint32 // mark value (0 = disabled)
}
staticIdentity struct {