aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-12 19:07:40 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-12 19:07:40 +0000
commit6c471eeb15e27f8226492b4860a3c2acb94c5f25 (patch)
treea3a9dcba12ee5356c03056c10b7aba5367b2ef34 /src/integration-tests
parent16bcbbea7133fd2265d46bd2ae1dc70e8c9ba96f (diff)
downloadgnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.tar.gz
gnunet-6c471eeb15e27f8226492b4860a3c2acb94c5f25.zip
-consistently use struct GNUNET_HashCode
Diffstat (limited to 'src/integration-tests')
-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;