aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-15 12:04:15 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-15 12:04:15 +0000
commitd0b168fc1bffe5d18261ffeb4b7fe9e3c3bd1f9b (patch)
tree92cb817619f506b203a0f8825c5f46653153943b /src/peerinfo
parent4d84bdf0cb7e3368948d77c7183ec127c2e9306d (diff)
downloadgnunet-d0b168fc1bffe5d18261ffeb4b7fe9e3c3bd1f9b.tar.gz
gnunet-d0b168fc1bffe5d18261ffeb4b7fe9e3c3bd1f9b.zip
fix
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/test_peerinfo_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c
index a375ca40e..4cbbb7bf6 100644
--- a/src/peerinfo/test_peerinfo_api.c
+++ b/src/peerinfo/test_peerinfo_api.c
@@ -117,7 +117,7 @@ run (void *cls,
117 hello = GNUNET_HELLO_create (&pkey, &address_generator, &agc); 117 hello = GNUNET_HELLO_create (&pkey, &address_generator, &agc);
118 GNUNET_assert (hello != NULL); 118 GNUNET_assert (hello != NULL);
119 GNUNET_PEERINFO_add_peer (cfg, sched, &pid, hello); 119 GNUNET_PEERINFO_add_peer (cfg, sched, &pid, hello);
120 GNUNET_PEERINFO_for_all (cfg, 120 GNUNET_PEERINFO_iterate (cfg,
121 sched, 121 sched,
122 NULL, 122 NULL,
123 0, 123 0,