aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-18 12:33:21 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-18 12:33:21 +0000
commit9cd0d5068f3341fe8451a61872894f28a5ac9047 (patch)
tree390b09e837978c1dbef176950b04f42ecf39e140 /src/ats/ats.h
parent38d26a302cba9de8362960186b645e8f2133a538 (diff)
downloadgnunet-9cd0d5068f3341fe8451a61872894f28a5ac9047.tar.gz
gnunet-9cd0d5068f3341fe8451a61872894f28a5ac9047.zip
rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conventions
Diffstat (limited to 'src/ats/ats.h')
-rw-r--r--src/ats/ats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/ats.h b/src/ats/ats.h
index 7cad9e98e..3a7f28a64 100644
--- a/src/ats/ats.h
+++ b/src/ats/ats.h
@@ -218,7 +218,7 @@ struct AddressDestroyedMessage
218 * Message sent by ATS service to client to confirm that it is done 218 * Message sent by ATS service to client to confirm that it is done
219 * using the given session ID. 219 * using the given session ID.
220 */ 220 */
221struct SessionReleaseMessage 221struct GNUNET_ATS_SessionReleaseMessage
222{ 222{
223 /** 223 /**
224 * Type is #GNUNET_MESSAGE_TYPE_ATS_SESSION_RELEASE. 224 * Type is #GNUNET_MESSAGE_TYPE_ATS_SESSION_RELEASE.