Skip to content
Snippets Groups Projects
Commit c3a4ee70 authored by Annika Wickert's avatar Annika Wickert
Browse files

Fix alignment issue on arm

parent 951fd742
Branches bugfix_atomic_arm
Tags
No related merge requests found
......@@ -37,6 +37,8 @@ type state interface {
// FSM implements the BGP finite state machine (RFC4271)
type FSM struct {
counters fsmCounters
isBMP bool
peer *peer
eventCh chan int
......@@ -78,7 +80,6 @@ type FSM struct {
active bool
establishedTime time.Time
counters fsmCounters
connectionCancelFunc context.CancelFunc
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment