gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22002 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r22002 - gnunet/src/include
Date: Thu, 14 Jun 2012 17:19:35 +0200

Author: bartpolot
Date: 2012-06-14 17:19:35 +0200 (Thu, 14 Jun 2012)
New Revision: 22002

Modified:
   gnunet/src/include/gnunet_mesh_service.h
Log:
- add mesh API to remove peer from blacklist

Modified: gnunet/src/include/gnunet_mesh_service.h
===================================================================
--- gnunet/src/include/gnunet_mesh_service.h    2012-06-14 13:52:47 UTC (rev 
22001)
+++ gnunet/src/include/gnunet_mesh_service.h    2012-06-14 15:19:35 UTC (rev 
22002)
@@ -324,6 +324,20 @@
 
 
 /**
+ * Request that the given peer isn't blacklisted anymore from this tunnel,
+ * and therefore can be added in future calls to connect_by_*.
+ * The peer must have been previously blacklisted for this tunnel.
+ *
+ * @param tunnel handle to existing tunnel.
+ * @param peer peer identity of the peer which shouldn't be blacklisted
+ *                  for the tunnel anymore.
+ */
+void
+GNUNET_MESH_peer_unblacklist (struct GNUNET_MESH_Tunnel *tunnel,
+                              const struct GNUNET_PeerIdentity *peer);
+
+
+/**
  * Handle for a transmission request.
  */
 struct GNUNET_MESH_TransmitHandle;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]