Skip to content

Commit

Permalink
Byte alignment, optimization from 144 to 136 byte
Browse files Browse the repository at this point in the history
  • Loading branch information
lancoLiu committed Jun 18, 2021
1 parent 1f3c115 commit 5123d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bfe_balance/backend/bfe_backend.go
Expand Up @@ -36,13 +36,13 @@ type BfeBackend struct {

sync.RWMutex // guards following fields
avail bool // whether the backend is usable
restarted bool // indicate if this backend is new bring-up by health-check
connNum int // number of connections backend hold
failNum int // number of consecutive failures of normal requests
succNum int // number of consecutive successes of health-check request

closeChan chan bool // tell health-check to stop

restarted bool // indicate if this backend is new bring-up by health-check
}

func NewBfeBackend() *BfeBackend {
Expand Down

0 comments on commit 5123d93

Please sign in to comment.