aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.h
diff options
context:
space:
mode:
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