From b35fa325e2e5dad6c83af8252e06561d60ef7147 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 18 Oct 2011 15:20:50 +0000 Subject: send session release messages back to ATS API --- src/include/gnunet_protocols.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include') diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index ce14a9f20..d61192710 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -1044,6 +1044,12 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_ATS_PREFERENCE_CHANGE 348 +/** + * Type of the 'struct SessionReleaseMessage' sent by ATS to client + * to confirm that a session ID was destroyed. + */ +#define GNUNET_MESSAGE_TYPE_ATS_SESSION_RELEASE 349 + /******************************************************************************* * TODO: we need a way to register message types centrally (via some webpage). -- cgit v1.2.3