Claudiu RAVEICA 10 лет назад
Родитель
Сommit
3afbe778ef
2 измененных файлов с 3 добавлено и 0 удалено
  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