new operation queue for limiting overlay connects
[oweals/gnunet.git] / src / transport / gnunet-service-transport_blacklist.h
index 64a8006641b386ae245dc1b87eb9a5fe3f05b4ca..b8335ab8ce580da558ec2d02d33abb93ff4b419b 100644 (file)
@@ -58,6 +58,7 @@ void
 GST_blacklist_handle_init (void *cls, struct GNUNET_SERVER_Client *client,
                            const struct GNUNET_MessageHeader *message);
 
+
 /**
  * A blacklisting client has sent us reply. Process it.
  *
@@ -69,9 +70,10 @@ void
 GST_blacklist_handle_reply (void *cls, struct GNUNET_SERVER_Client *client,
                             const struct GNUNET_MessageHeader *message);
 
+
 /**
  * Add the given peer to the blacklist (for the given transport).
- * 
+ *
  * @param peer peer to blacklist
  * @param transport_name transport to blacklist for this peer, NULL for all
  */
@@ -117,7 +119,7 @@ GST_blacklist_test_allowed (const struct GNUNET_PeerIdentity *peer,
 
 /**
  * Cancel a blacklist check.
- * 
+ *
  * @param bc check to cancel
  */
 void