aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h6
1 files changed, 6 insertions, 0 deletions
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"
1044 */ 1044 */
1045#define GNUNET_MESSAGE_TYPE_ATS_PREFERENCE_CHANGE 348 1045#define GNUNET_MESSAGE_TYPE_ATS_PREFERENCE_CHANGE 348
1046 1046
1047/**
1048 * Type of the 'struct SessionReleaseMessage' sent by ATS to client
1049 * to confirm that a session ID was destroyed.
1050 */
1051#define GNUNET_MESSAGE_TYPE_ATS_SESSION_RELEASE 349
1052
1047 1053
1048/******************************************************************************* 1054/*******************************************************************************
1049 * TODO: we need a way to register message types centrally (via some webpage). 1055 * TODO: we need a way to register message types centrally (via some webpage).