diff options
Diffstat (limited to 'network/protocol/sideband64k/decoder.go')
| -rw-r--r-- | network/protocol/sideband64k/decoder.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/network/protocol/sideband64k/decoder.go b/network/protocol/sideband64k/decoder.go index 6fc48cd8..e34f5d12 100644 --- a/network/protocol/sideband64k/decoder.go +++ b/network/protocol/sideband64k/decoder.go @@ -17,6 +17,8 @@ type ReadOptions struct { // // It preserves frame boundaries and supports one-frame lookahead via // PeekFrame. +// +// Labels: MT-Unsafe. type Decoder struct { dec *pktline.Decoder maxData int |
