File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,10 @@ type Info struct {
107107
108108// Server is our main struct.
109109type Server struct {
110+ // Fields accessed with atomic operations need to be 64-bit aligned
110111 gcid uint64
112+ // How often user logon fails due to the issuer account not being pinned.
113+ pinnedAccFail uint64
111114 stats
112115 mu sync.Mutex
113116 kp nkeys.KeyPair
@@ -266,9 +269,6 @@ type Server struct {
266269 // Keep track of what that user name is for config reload purposes.
267270 sysAccOnlyNoAuthUser string
268271
269- // How often user logon fails due to the issuer account not being pinned.
270- pinnedAccFail uint64
271-
272272 // This is a central logger for IPQueues when the number of pending
273273 // messages reaches a certain thresold (per queue)
274274 ipqLog * srvIPQueueLogger
You can’t perform that action at this time.
0 commit comments