From 59e432288a4d83a371a9a3efaba2376b44873473 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 7 Nov 2018 19:25:35 +0100 Subject: get new libgnunettransportcommunicator to build --- src/include/gnunet_protocols.h | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/include/gnunet_protocols.h') diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 898ad6258..16105d5a8 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -3050,15 +3050,25 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_CREATE 1206 +/** + * Response from communicator: will try to create queue. + */ +#define GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_CREATE_OK 1207 + +/** + * Response from communicator: address bogus, will not try to create queue. + */ +#define GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_CREATE_FAIL 1208 + /** * @brief transport tells communicator it wants to transmit */ -#define GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_MSG 1207 +#define GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_MSG 1209 /** * @brief communicator tells transports that message was sent */ -#define GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_MSG_ACK 1208 +#define GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_MSG_ACK 1210 /** -- cgit v1.2.3