diff options
Diffstat (limited to 'device.go')
-rw-r--r-- | device.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ type Device struct { } net struct { + starting sync.WaitGroup + stopping sync.WaitGroup mutex sync.RWMutex bind Bind // bind interface port uint16 // listening port |