From 9cd0d5068f3341fe8451a61872894f28a5ac9047 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 18 Oct 2015 12:33:21 +0000 Subject: rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming conventions --- src/transport/plugin_transport_udp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/plugin_transport_udp.h') 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 /** * Session of peers with whom we are currently connected, - * map of peer identity to `struct Session *`. + * map of peer identity to `struct GNUNET_ATS_Session *`. */ struct GNUNET_CONTAINER_MultiPeerMap *sessions; -- cgit v1.2.3