Add missing include
[oweals/gnunet.git] / src / transport / plugin_transport_udp.h
index e168a534c96945f81902c56a1a08c80562094492..6fb573690bc9913eb3993c4e5b1442aef7a5fce0 100644 (file)
@@ -135,7 +135,7 @@ struct Plugin
    * Session of peers with whom we are currently connected,
    * map of peer identity to 'struct PeerSession'.
    */
-  struct GNUNET_CONTAINER_MultiHashMap *sessions;
+  struct GNUNET_CONTAINER_MultiPeerMap *sessions;
 
   /**
    * Heap with all of our defragmentation activities.