aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2015-09-27 21:04:23 +0000
committerGabor X Toth <*@tg-x.net>2015-09-27 21:04:23 +0000
commit51f530b98232f7a9947f29008d161ed0d8e23af4 (patch)
tree4a0de567f20f5d561e25ed2c68eac953959ae5b7 /src/include/gnunet_protocols.h
parent092ff3f1611ffda53469a8cfa7f2cb188aa03417 (diff)
downloadgnunet-51f530b98232f7a9947f29008d161ed0d8e23af4.tar.gz
gnunet-51f530b98232f7a9947f29008d161ed0d8e23af4.zip
multicast: remove membership test & replay cancel message types
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index cd0aecd07..052bd5d03 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2444,21 +2444,6 @@ extern "C"
2444#define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST 759 2444#define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST 759
2445 2445
2446/** 2446/**
2447 * C<->S<->T: Cancellation of a replay request.
2448 */
2449#define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST_CANCEL 760
2450
2451/**
2452 * S->C: Membership test request.
2453 */
2454#define GNUNET_MESSAGE_TYPE_MULTICAST_MEMBERSHIP_TEST 761
2455
2456/**
2457 * C->S: Membership test result.
2458 */
2459#define GNUNET_MESSAGE_TYPE_MULTICAST_MEMBERSHIP_TEST_RESULT 762
2460
2461/**
2462 * C<->S<->T: Replay response from a group member to another member. 2447 * C<->S<->T: Replay response from a group member to another member.
2463 */ 2448 */
2464#define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_RESPONSE 763 2449#define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_RESPONSE 763