aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-06-14 16:44:26 +0000
committerBart Polot <bart@net.in.tum.de>2012-06-14 16:44:26 +0000
commit068074d09c4df9a04103f6c1f01b6933c4237a96 (patch)
tree556dfeeeeff15d97eab28433ac027c6f5cc86e8b
parent84a5c321a6426ee928bfe8dda032896ec0713274 (diff)
downloadgnunet-068074d09c4df9a04103f6c1f01b6933c4237a96.tar.gz
gnunet-068074d09c4df9a04103f6c1f01b6933c4237a96.zip
- new mesh local messages
-rw-r--r--src/include/gnunet_protocols.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 6e7007a45..b52303c7f 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -826,6 +826,21 @@ extern "C"
826#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_ADD_BY_TYPE 277 826#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_ADD_BY_TYPE 277
827 827
828/** 828/**
829 * Ask the mesh service to add a peer described by a service string
830 */
831#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_ADD_BY_STRING 278
832
833/**
834 * Ask the mesh service to add a peer to the blacklist of an existing tunnel
835 */
836#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_BLACKLIST 279
837
838/**
839 * Ask the mesh service to remove a peer from the blacklist of a tunnel
840 */
841#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_UNBLACKLIST 280
842
843/**
829 * 640kb should be enough for everybody 844 * 640kb should be enough for everybody
830 */ 845 */
831#define GNUNET_MESSAGE_TYPE_MESH_RESERVE_END 288 846#define GNUNET_MESSAGE_TYPE_MESH_RESERVE_END 288