forked from mirror/redis
malign struct fields
This commit is contained in:
parent
e0fed4d581
commit
87225c1cf9
|
@ -27,12 +27,12 @@ func (e BadConnError) Unwrap() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
type SingleConnPool struct {
|
type SingleConnPool struct {
|
||||||
pool Pooler
|
pool Pooler
|
||||||
|
level int32 // atomic
|
||||||
|
|
||||||
state uint32 // atomic
|
state uint32 // atomic
|
||||||
ch chan *Conn
|
ch chan *Conn
|
||||||
|
|
||||||
level int32 // atomic
|
|
||||||
_badConnError atomic.Value
|
_badConnError atomic.Value
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue