diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-10-18 12:33:21 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-10-18 12:33:21 +0000 |
commit | 9cd0d5068f3341fe8451a61872894f28a5ac9047 (patch) | |
tree | 390b09e837978c1dbef176950b04f42ecf39e140 /src/include/gnunet_transport_service.h | |
parent | 38d26a302cba9de8362960186b645e8f2133a538 (diff) |
rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conventions
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r-- | src/include/gnunet_transport_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h index 7f178e4c49..07470047e2 100644 --- a/src/include/gnunet_transport_service.h +++ b/src/include/gnunet_transport_service.h @@ -891,7 +891,7 @@ struct GNUNET_TRANSPORT_PluginMonitor; /** * Abstract representation of a plugin's session. - * Corresponds to the `struct Session` within the TRANSPORT service. + * Corresponds to the `struct GNUNET_ATS_Session` within the TRANSPORT service. */ struct GNUNET_TRANSPORT_PluginSession; |