From: Bart Polot Date: Thu, 7 Nov 2013 15:47:05 +0000 (+0000) Subject: - local message tyope for channel NACK X-Git-Tag: initial-import-from-subversion-38251~6197 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b989a383f8a23b6d5b161b8746495d63e99323b2;p=oweals%2Fgnunet.git - local message tyope for channel NACK --- diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 5e4956088..411d350a8 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -928,6 +928,11 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_MESH_LOCAL_ACK 286 +/** + * Local NACK for rejected channels. + */ +#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_NACK 287 + /** * Local information about all tunnels of service. DEPRECATED */