From 5e4d5baa9bb49dd2a0e9b15f0687b6609ceaa52e Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 7 Nov 2013 15:33:53 +0000 Subject: - new message to fix #3091 --- src/include/gnunet_protocols.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include') diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 1c3788880..851f28d86 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -898,6 +898,11 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK 275 +/** + * Reject the creation of a channel + */ +#define GNUNET_MESSAGE_TYPE_MESH_CHANNEL_NACK 276 + /** * Encrypted data going forward. DEPRECATED */ -- cgit v1.2.3