aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_monitor_plugins.c
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/transport/transport_api_monitor_plugins.c
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/transport/transport_api_monitor_plugins.c')
-rw-r--r--src/transport/transport_api_monitor_plugins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/transport_api_monitor_plugins.c b/src/transport/transport_api_monitor_plugins.c
index 1a8ec8b7c..56d6f928d 100644
--- a/src/transport/transport_api_monitor_plugins.c
+++ b/src/transport/transport_api_monitor_plugins.c
@@ -79,7 +79,7 @@ struct GNUNET_TRANSPORT_PluginMonitor
79 79
80/** 80/**
81 * Abstract representation of a plugin's session. 81 * Abstract representation of a plugin's session.
82 * Corresponds to the `struct Session` within the TRANSPORT service. 82 * Corresponds to the `struct GNUNET_ATS_Session` within the TRANSPORT service.
83 */ 83 */
84struct GNUNET_TRANSPORT_PluginSession 84struct GNUNET_TRANSPORT_PluginSession
85{ 85{