-fix NPE
[oweals/gnunet.git] / src / transport / plugin_transport_udp.h
index 5f8366636b81d38c50280c4da36896556b67caec..40c86a40201ce55f69c0252355ee42ce605752f3 100644 (file)
@@ -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;