]> Sergey Matveev's repositories - btrtrc.git/blobdiff - global.go
Track concurrent chunk writes
[btrtrc.git] / global.go
index b66dd9dd816dd76cd27ceb522894190f1694da71..b9950cb2ef6d23b35ba627d40d9f1e0c12736365 100644 (file)
--- a/global.go
+++ b/global.go
@@ -49,4 +49,6 @@ var (
        pieceInclinationsReused = expvar.NewInt("pieceInclinationsReused")
        pieceInclinationsNew    = expvar.NewInt("pieceInclinationsNew")
        pieceInclinationsPut    = expvar.NewInt("pieceInclinationsPut")
+
+       concurrentChunkWrites = expvar.NewInt("torrentConcurrentChunkWrites")
 )