Skip to content

Commit

Permalink
Go's atomic align bug workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgregory committed Mar 12, 2015
1 parent 2758974 commit 3808c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ type Info struct {

// Server is our main struct.
type Server struct {
gcid uint64
grid uint64
mu sync.Mutex
info Info
infoJSON []byte
sl *sublist.Sublist
gcid uint64
opts *Options
auth Auth
trace bool
Expand All @@ -54,7 +55,6 @@ type Server struct {
stats

routeListener net.Listener
grid uint64
routeInfo Info
routeInfoJSON []byte
rcQuit chan bool
Expand Down

0 comments on commit 3808c72

Please sign in to comment.