]> Sergey Matveev's repositories - btrtrc.git/blobdiff - v2hashes.go
Implement reading piece hashes from peers
[btrtrc.git] / v2hashes.go
index 10cbafc73d7b9237c864a6f3c625bf9c74366b21..0525daa066fc78e16ceba2df0f0a1245ed0834bf 100644 (file)
@@ -1 +1,5 @@
 package torrent
+
+const (
+       v2HashesLogName = "v2hashes"
+)