aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-11-27 17:17:48 +0000
committerBart Polot <bart@net.in.tum.de>2013-11-27 17:17:48 +0000
commite92d7d9049fe4cc686ce86d7545b0e7b90721d0c (patch)
treeb07e37282cf89585d9c7f7c1e9dd7b06df03e662
parent83b9ae7c4f2302350482a0763598906d219d6251 (diff)
downloadgnunet-e92d7d9049fe4cc686ce86d7545b0e7b90721d0c.tar.gz
gnunet-e92d7d9049fe4cc686ce86d7545b0e7b90721d0c.zip
- remove old message types
-rw-r--r--src/include/gnunet_protocols.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 2853ee1a3..711849919 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -849,15 +849,9 @@ extern "C"
849#define GNUNET_MESSAGE_TYPE_MESH_POLL 269 849#define GNUNET_MESSAGE_TYPE_MESH_POLL 269
850 850
851/** 851/**
852 * Announce origin is still alive. DEPRECATED 852 * Announce connection is still alive (direction sensitive).
853 */ 853 */
854#define GNUNET_MESSAGE_TYPE_MESH_FWD_KEEPALIVE 270 854#define GNUNET_MESSAGE_TYPE_MESH_KEEPALIVE 270
855#define GNUNET_MESSAGE_TYPE_MESH_KEEPALIVE 270
856
857/**
858 * Announce destination is still alive. DEPRECATED
859 */
860#define GNUNET_MESSAGE_TYPE_MESH_BCK_KEEPALIVE 271
861 855
862/** 856/**
863 * Connect to the mesh service, specifying subscriptions 857 * Connect to the mesh service, specifying subscriptions