aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-18 15:20:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-18 15:20:50 +0000
commitb35fa325e2e5dad6c83af8252e06561d60ef7147 (patch)
tree00aff4814b3a9d13f5e486c986ee0c8f7f4df8b8 /src/include
parentd2b7b35c48254cb3e892d2a39659e108898b360f (diff)
downloadgnunet-b35fa325e2e5dad6c83af8252e06561d60ef7147.tar.gz
gnunet-b35fa325e2e5dad6c83af8252e06561d60ef7147.zip
send session release messages back to ATS API
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).