- new mesh local messages
authorBart Polot <bart@net.in.tum.de>
Thu, 14 Jun 2012 16:44:26 +0000 (16:44 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 14 Jun 2012 16:44:26 +0000 (16:44 +0000)
src/include/gnunet_protocols.h

index 6e7007a45b054c21115f41abd8cadb6c78bf68bd..b52303c7f8fab19f0be9de65da2786d9a54874c7 100644 (file)
@@ -825,6 +825,21 @@ extern "C"
  */
 #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
  */