From: Matthias Wachs Date: Tue, 19 Mar 2013 11:01:59 +0000 (+0000) Subject: commit X-Git-Tag: initial-import-from-subversion-38251~9592 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2c6cfe94b9e9043e71e14fd5e760065337a454cf;p=oweals%2Fgnunet.git commit --- 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 ******************************************************************************/