summaryrefslogtreecommitdiff
path: root/device.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--device.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/device.go b/device.go
index b1f3569..bbcd0fc 100644
--- a/device.go
+++ b/device.go
@@ -19,8 +19,7 @@ const (
DeviceRoutineNumberAdditional = 2
)
-
-const preallocatedBuffers = 0
+var preallocatedBuffers = 0
type Device struct {
isUp AtomicBool // device is (going) up