aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/connection_watchdog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/connection_watchdog.c')
-rw-r--r--src/integration-tests/connection_watchdog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/integration-tests/connection_watchdog.c b/src/integration-tests/connection_watchdog.c
index bcf9d0379..2a3862876 100644
--- a/src/integration-tests/connection_watchdog.c
+++ b/src/integration-tests/connection_watchdog.c
@@ -121,7 +121,7 @@ struct TransportPlugin *ptail;
121 121
122static int 122static int
123map_check_it (void *cls, 123map_check_it (void *cls,
124 const GNUNET_HashCode * key, 124 const struct GNUNET_HashCode * key,
125 void *value) 125 void *value)
126{ 126{
127 int *fail = cls; 127 int *fail = cls;
@@ -142,7 +142,7 @@ map_check_it (void *cls,
142 142
143static int 143static int
144map_cleanup_it (void *cls, 144map_cleanup_it (void *cls,
145 const GNUNET_HashCode * key, 145 const struct GNUNET_HashCode * key,
146 void *value) 146 void *value)
147{ 147{
148 struct PeerContainer *pc = value; 148 struct PeerContainer *pc = value;
@@ -451,7 +451,7 @@ return mlen;
451 451
452 452
453int map_ping_it (void *cls, 453int map_ping_it (void *cls,
454 const GNUNET_HashCode * key, 454 const struct GNUNET_HashCode * key,
455 void *value) 455 void *value)
456{ 456{
457 struct PeerContainer *pc = value; 457 struct PeerContainer *pc = value;