From cd0870063a2d1ef427934cdd89d018ac12f8b586 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 4 Oct 2012 12:24:54 +0000 Subject: - New mesh mesasage type --- 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 49a68ac4f..df123ceb1 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -795,6 +795,11 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_MESH_ACK 267 +/** + * Poll for an ACK. + */ +#define GNUNET_MESSAGE_TYPE_MESH_POLL 268 + /** * Connect to the mesh service, specifying subscriptions */ -- cgit v1.2.3