gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22004 - gnunet/src/include
Date: Thu, 14 Jun 2012 18:44:26 +0200

Author: bartpolot
Date: 2012-06-14 18:44:26 +0200 (Thu, 14 Jun 2012)
New Revision: 22004

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
- new mesh local messages

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2012-06-14 15:21:42 UTC (rev 
22003)
+++ gnunet/src/include/gnunet_protocols.h       2012-06-14 16:44:26 UTC (rev 
22004)
@@ -826,6 +826,21 @@
 #define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_ADD_BY_TYPE 277
 
 /**
+ * Ask the mesh service to add a peer described by a service string
+ */
+#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_ADD_BY_STRING 278
+
+/**
+ * Ask the mesh service to add a peer to the blacklist of an existing tunnel
+ */
+#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_BLACKLIST   279
+
+/**
+ * Ask the mesh service to remove a peer from the blacklist of a tunnel
+ */
+#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_UNBLACKLIST 280
+
+/**
  * 640kb should be enough for everybody
  */
 #define GNUNET_MESSAGE_TYPE_MESH_RESERVE_END            288




reply via email to

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