summaryrefslogtreecommitdiff
path: root/src/peers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peers.h')
-rw-r--r--src/peers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peers.h b/src/peers.h
index 8bd6b44..2c7845b 100644
--- a/src/peers.h
+++ b/src/peers.h
@@ -37,3 +37,4 @@ int add_peer(struct infohash* infohash, struct addr* peer, time_t now);
void get_peers(struct infohash* infohash, struct addr **peers, size_t *peers_len);
void expire_hashes(time_t now);
+void peer_update_metrics();