summaryrefslogtreecommitdiff
path: root/handles.go
diff options
context:
space:
mode:
Diffstat (limited to 'handles.go')
-rw-r--r--handles.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/handles.go b/handles.go
index c0d4b3c..36ca1f0 100644
--- a/handles.go
+++ b/handles.go
@@ -11,6 +11,7 @@ import (
)
type HandleList struct {
+ doNotCompare
sync.RWMutex
// stores the Go pointers
handles map[unsafe.Pointer]interface{}