diff options
Diffstat (limited to 'network/protocol/sideband64k/chunk_writer.go')
| -rw-r--r-- | network/protocol/sideband64k/chunk_writer.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/network/protocol/sideband64k/chunk_writer.go b/network/protocol/sideband64k/chunk_writer.go index a1a0ec8c..78c66edf 100644 --- a/network/protocol/sideband64k/chunk_writer.go +++ b/network/protocol/sideband64k/chunk_writer.go @@ -6,6 +6,8 @@ import "io" // for one fixed band. // // It never writes control packets automatically. +// +// Labels: MT-Unsafe. type ChunkWriter struct { enc *Encoder band Band |
