Skip to content

Commit

Permalink
fix struct alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhited committed Apr 27, 2020
1 parent 14daf67 commit 67f07d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datachannel.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ type DataChannel struct {
bytesReceived uint64

mu sync.Mutex
open bool
onOpenHandler func()
openHandlerOnce sync.Once
open bool

stream *sctp.Stream
log logging.LeveledLogger
Expand Down

0 comments on commit 67f07d4

Please sign in to comment.