Claudiu RAVEICA 10 anni fa
parent
commit
3afbe778ef
2 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 1 0
      AUTHORS
  2. 2 0
      control.go

+ 1 - 0
AUTHORS

@@ -59,3 +59,4 @@ Adam Weiner <adamsweiner@gmail.com>
 Daniel Cannon <daniel@danielcannon.co.uk>
 Johnny Bergström <johnny@joonix.se>
 Adriano Orioli <orioli.adriano@gmail.com>
+Claudiu Raveica <claudiu.raveica@gmail.com>

+ 2 - 0
control.go

@@ -7,6 +7,8 @@ import (
 	"time"
 )
 
+// Ensure that the atomic variable is aligned to a 64bit boundary 
+// so that atomic operations can be applied on 32bit architectures.
 type controlConn struct {
 	connecting uint64