aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.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/transport/plugin_transport_udp.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/transport/plugin_transport_udp.h')
-rw-r--r--src/transport/plugin_transport_udp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.h b/src/transport/plugin_transport_udp.h
index 5f8366636..40c86a402 100644
--- a/src/transport/plugin_transport_udp.h
+++ b/src/transport/plugin_transport_udp.h
@@ -145,7 +145,7 @@ struct Plugin
145 145
146 /** 146 /**
147 * Session of peers with whom we are currently connected, 147 * Session of peers with whom we are currently connected,
148 * map of peer identity to `struct Session *`. 148 * map of peer identity to `struct GNUNET_ATS_Session *`.
149 */ 149 */
150 struct GNUNET_CONTAINER_MultiPeerMap *sessions; 150 struct GNUNET_CONTAINER_MultiPeerMap *sessions;
151 151