commit 51f530b98232f7a9947f29008d161ed0d8e23af4 parent 092ff3f1611ffda53469a8cfa7f2cb188aa03417 Author: Gabor X Toth <*@tg-x.net> Date: Sun, 27 Sep 2015 21:04:23 +0000 multicast: remove membership test & replay cancel message types Diffstat:
| M | src/include/gnunet_protocols.h | | | 15 | --------------- |
1 file changed, 0 insertions(+), 15 deletions(-)
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h @@ -2444,21 +2444,6 @@ extern "C" #define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST 759 /** - * C<->S<->T: Cancellation of a replay request. - */ -#define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST_CANCEL 760 - -/** - * S->C: Membership test request. - */ -#define GNUNET_MESSAGE_TYPE_MULTICAST_MEMBERSHIP_TEST 761 - -/** - * C->S: Membership test result. - */ -#define GNUNET_MESSAGE_TYPE_MULTICAST_MEMBERSHIP_TEST_RESULT 762 - -/** * C<->S<->T: Replay response from a group member to another member. */ #define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_RESPONSE 763