Comment on metainfo.PieceKey
This commit is contained in:
parent
c45ffd349d
commit
30da5211dd
|
@ -1,5 +1,6 @@
|
|||
package metainfo
|
||||
|
||||
// Uniquely identifies a piece.
|
||||
type PieceKey struct {
|
||||
InfoHash Hash
|
||||
Index int
|
||||
|
|
Loading…
Reference in New Issue