plugin datastore mysql
[oweals/gnunet.git] / src / rps / gnunet-service-rps_peers.h
index a6018265cbf7c868ad6c73cb03db934efc7f2068..abb5d831a7ab0d7266a3e54b6ac7f10fedef308d 100644 (file)
@@ -169,7 +169,7 @@ Peers_insert_peer (const struct GNUNET_PeerIdentity *peer);
  *                     peer was #own_identity)
  */
 int
-Peers_check_peer_live (const struct GNUNET_PeerIdentity *peer);
+Peers_issue_peer_liveliness_check (const struct GNUNET_PeerIdentity *peer);
 
 /**
  * @brief Remove unecessary data
@@ -380,17 +380,6 @@ Peers_cleanup_destroyed_channel (void *cls,
                                  const struct GNUNET_CADET_Channel *channel,
                                  void *channel_ctx);
 
-/**
- * @brief Issue a check whether peer is live
- *
- * This tries to establish a channel to the given peer. Once the channel is
- * established successfully, we know the peer is live.
- *
- * @param peer the peer to check liveliness
- */
-void
-Peers_issue_peer_liveliness_check (const struct GNUNET_PeerIdentity *peer);
-
 /**
  * @brief Send a message to another peer.
  *