digitalocean / go-openvswitch

Go packages which enable interacting with Open vSwitch and related tools. Apache 2.0 Licensed.
Other
295 stars 95 forks source link

ovsdb: align atomics properly in Client #24

Closed mdlayher closed 6 years ago

mdlayher commented 6 years ago

Weird corner case. Better safe than sorry, so move them all up top.

nicboul commented 6 years ago

LGTM ! although I'm not sure how the int64 var after the first one will be aligned.