aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index 057479d53..289fea0b6 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -310,7 +310,7 @@ struct LookupCtx
310}; 310};
311 311
312int lookup_session_it (void *cls, 312int lookup_session_it (void *cls,
313 const GNUNET_HashCode * key, 313 const struct GNUNET_HashCode * key,
314 void *value) 314 void *value)
315{ 315{
316 struct LookupCtx *lctx = cls; 316 struct LookupCtx *lctx = cls;
@@ -394,7 +394,7 @@ disconnect_session (struct Session *s)
394} 394}
395 395
396static int 396static int
397get_session_delete_it (void *cls, const GNUNET_HashCode * key, void *value) 397get_session_delete_it (void *cls, const struct GNUNET_HashCode * key, void *value)
398{ 398{
399 struct Session *s = value; 399 struct Session *s = value;
400 disconnect_session (s); 400 disconnect_session (s);
@@ -630,7 +630,7 @@ struct gsi_ctx
630 630
631 631
632static int 632static int
633get_session_it (void *cls, const GNUNET_HashCode * key, void *value) 633get_session_it (void *cls, const struct GNUNET_HashCode * key, void *value)
634{ 634{
635 struct gsi_ctx *gsi = cls; 635 struct gsi_ctx *gsi = cls;
636 struct Session *s = value; 636 struct Session *s = value;