]> Sergey Matveev's repositories - btrtrc.git/blobdiff - peer-impl.go
Add pprof labels for request updates and remove Client-wide requester
[btrtrc.git] / peer-impl.go
index 23c0fbb922413298e5ac548a245d01df26bcbb58..1dc154f705632eaa77da418aef825b962b48647a 100644 (file)
@@ -9,7 +9,7 @@ import (
 // legacy PeerConn methods.
 type peerImpl interface {
        onNextRequestStateChanged()
-       updateRequests()
+       updateRequests(reason string)
        writeInterested(interested bool) bool
 
        // Neither of these return buffer room anymore, because they're currently both posted. There's