aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-04-04 13:08:51 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-04-04 13:08:51 +0000
commit84d17ce6a280971018ca01dbd71c1cd0ae0ea53b (patch)
tree2795b8c790dea49017a540ef64fd8413d0a2d904 /src/hostlist
parent2acba37f79c69837a2045bda86bdbcb89bf125cc (diff)
downloadgnunet-84d17ce6a280971018ca01dbd71c1cd0ae0ea53b.tar.gz
gnunet-84d17ce6a280971018ca01dbd71c1cd0ae0ea53b.zip
implement peerinfo notification api
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/hostlist-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c
index 081d3dac6..987cbe713 100644
--- a/src/hostlist/hostlist-server.c
+++ b/src/hostlist/hostlist-server.c
@@ -425,7 +425,7 @@ process_notify (void *cls, const struct GNUNET_PeerIdentity *peer,
425 results = GNUNET_malloc (sizeof (struct HostSet)); 425 results = GNUNET_malloc (sizeof (struct HostSet));
426 GNUNET_assert (NULL != peerinfo); 426 GNUNET_assert (NULL != peerinfo);
427 pitr = 427 pitr =
428 GNUNET_PEERINFO_iterate (peerinfo, NULL, GNUNET_TIME_UNIT_MINUTES, 428 GNUNET_PEERINFO_iterate (peerinfo, GNUNET_NO, NULL, GNUNET_TIME_UNIT_MINUTES,
429 &host_processor, results); 429 &host_processor, results);
430} 430}
431 431