From 82e1f94b55dfeb6eb73a730289d3e93e28220d42 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 24 Jul 2013 13:48:39 +0000 Subject: [PATCH] - more renamed message types --- src/include/gnunet_protocols.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index e635153c0..b4605389b 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -802,6 +802,7 @@ extern "C" * Notify that a connection is no longer valid */ #define GNUNET_MESSAGE_TYPE_MESH_PATH_BROKEN 258 +#define GNUNET_MESSAGE_TYPE_MESH_CONNECTION_BROKEN 258 /** * At some point, the route will spontaneously change TODO @@ -838,6 +839,7 @@ extern "C" * Request the destruction of a whole tunnel */ #define GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY 267 +#define GNUNET_MESSAGE_TYPE_MESH_CONNECTION_DESTROY 267 /** * ACK for a data packet. -- 2.25.1