aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-01-18 23:55:18 +0000
committerJulius Bünger <buenger@mytum.de>2015-01-18 23:55:18 +0000
commit41db8e4309d6c674066850dbbf823e591121d0c1 (patch)
tree239180702b1f43e4d6cd4d74f34b5a499356591e
parentef4670c8e3300ad73359d75e47eac030b8600a01 (diff)
downloadgnunet-41db8e4309d6c674066850dbbf823e591121d0c1.tar.gz
gnunet-41db8e4309d6c674066850dbbf823e591121d0c1.zip
undo last commit
-rw-r--r--src/include/gnunet_protocols.h15
1 files changed, 3 insertions, 12 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index fad279405..57bbdfceb 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2664,15 +2664,6 @@ extern "C"
2664 */ 2664 */
2665#define GNUNET_MESSAGE_TYPE_RPS_PP_PULL_REPLY 952 2665#define GNUNET_MESSAGE_TYPE_RPS_PP_PULL_REPLY 952
2666 2666
2667/**
2668 * RPS Hello message. Sent directly after other peer established connection to
2669 * the first peer indicating that it is online and communication over this
2670 * channel is now possible.
2671 *
2672 * This might contain a pow over the sender id
2673 */
2674#define GNUNET_MESSAGE_TYPE_RPS_PP_HELLO 953
2675
2676 2667
2677 2668
2678/* Client-Service Messages */ 2669/* Client-Service Messages */
@@ -2680,17 +2671,17 @@ extern "C"
2680/** 2671/**
2681 * RPS CS REQUEST Message for the Client to request (a) random peer(s) 2672 * RPS CS REQUEST Message for the Client to request (a) random peer(s)
2682 */ 2673 */
2683#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST 954 2674#define GNUNET_MESSAGE_TYPE_RPS_CS_REQUEST 953
2684 2675
2685/** 2676/**
2686 * RPS CS REPLY Message for the Server to send (a) random peer(s) 2677 * RPS CS REPLY Message for the Server to send (a) random peer(s)
2687 */ 2678 */
2688#define GNUNET_MESSAGE_TYPE_RPS_CS_REPLY 955 2679#define GNUNET_MESSAGE_TYPE_RPS_CS_REPLY 954
2689 2680
2690/** 2681/**
2691 * RPS CS SEED Message for the Client to seed peers into rps 2682 * RPS CS SEED Message for the Client to seed peers into rps
2692 */ 2683 */
2693#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED 956 2684#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED 955
2694 2685
2695 2686
2696/*******************************************************************************/ 2687/*******************************************************************************/