From 2c6cfe94b9e9043e71e14fd5e760065337a454cf Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 19 Mar 2013 11:01:59 +0000 Subject: [PATCH] commit --- src/include/gnunet_protocols.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index dd655dd98..21dfdfdf8 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -1149,6 +1149,15 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_ATS_ADDRESSLIST_RESPONSE 355 +/** + * Type of the 'struct AddressListRequestMessage' sent by client to ATS + * to request information about addresses + */ +#define GNUNET_MESSAGE_TYPE_ATS_MONITOR 356 + +#define GNUNET_MESSAGE_TYPE_ATS_MONITOR_RESPONSE 357 + + /******************************************************************************* * TRANSPORT message types ******************************************************************************/ -- 2.25.1