From 4b6f36463759f1c7a9ed510471e0f84503e7d3ad Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 24 Oct 2011 17:00:26 +0000 Subject: [PATCH] New message type --- src/include/gnunet_protocols.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 59cdf9fe3..73aeaa9a2 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -795,9 +795,9 @@ extern "C" #define GNUNET_MESSAGE_TYPE_MESH_PATH_CHANGE 257 /** - * Request the addition to a new branch to a path + * Notify that a connection of a path is no longer valid */ -#define GNUNET_MESSAGE_TYPE_MESH_PATH_ADD 258 +#define GNUNET_MESSAGE_TYPE_MESH_PATH_BROKEN 258 /** * At some point, the route will spontaneously change -- 2.25.1