aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index ad87ea68d..9bfe9f0c2 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -764,7 +764,7 @@ disconnect_session (struct Session *s)
764 * @return GNUNET_OK (continue to iterate) 764 * @return GNUNET_OK (continue to iterate)
765 */ 765 */
766static int 766static int
767disconnect_and_free_it (void *cls, const GNUNET_HashCode * key, void *value) 767disconnect_and_free_it (void *cls, const struct GNUNET_HashCode * key, void *value)
768{ 768{
769 disconnect_session(value); 769 disconnect_session(value);
770 return GNUNET_OK; 770 return GNUNET_OK;
@@ -857,7 +857,7 @@ create_session (struct Plugin *plugin, const struct GNUNET_PeerIdentity *target,
857 857
858static int 858static int
859session_cmp_it (void *cls, 859session_cmp_it (void *cls,
860 const GNUNET_HashCode * key, 860 const struct GNUNET_HashCode * key,
861 void *value) 861 void *value)
862{ 862{
863 struct SessionCompareContext * cctx = cls; 863 struct SessionCompareContext * cctx = cls;
@@ -1461,7 +1461,7 @@ struct LookupContext
1461 1461
1462 1462
1463static int 1463static int
1464lookup_session_by_addr_it (void *cls, const GNUNET_HashCode * key, void *value) 1464lookup_session_by_addr_it (void *cls, const struct GNUNET_HashCode * key, void *value)
1465{ 1465{
1466 struct LookupContext *l_ctx = cls; 1466 struct LookupContext *l_ctx = cls;
1467 struct Session * s = value; 1467 struct Session * s = value;