]> Sergey Matveev's repositories - btrtrc.git/blobdiff - connection.go
Make peerID a public type
[btrtrc.git] / connection.go
index 1c2a24fef680c3b4af76c6648087830adb99ae06..60cadb2006041311954b4c8c36c7019374582c67 100644 (file)
@@ -73,7 +73,7 @@ type connection struct {
        sentHaves        []bool
 
        // Stuff controlled by the remote peer.
-       PeerID             peerID
+       PeerID             PeerID
        PeerInterested     bool
        PeerChoked         bool
        PeerRequests       map[request]struct{}