aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/peerinfo_api_notify.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-01-03 14:21:25 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-01-03 14:21:25 +0000
commit748e690fe49e2639076cb76e6a4a4c5eb04e130e (patch)
treef76bcad30b4efc1f8daaf309ba38c3496603ce82 /src/peerinfo/peerinfo_api_notify.c
parentcb3c882dbb05a797728dfd8b5983ade5a8999eac (diff)
downloadgnunet-748e690fe49e2639076cb76e6a4a4c5eb04e130e.tar.gz
gnunet-748e690fe49e2639076cb76e6a4a4c5eb04e130e.zip
Changed peerinfo api to distinguish between last element and timeout
Diffstat (limited to 'src/peerinfo/peerinfo_api_notify.c')
-rw-r--r--src/peerinfo/peerinfo_api_notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/peerinfo_api_notify.c b/src/peerinfo/peerinfo_api_notify.c
index 25f2b9d5e..ab0d13f66 100644
--- a/src/peerinfo/peerinfo_api_notify.c
+++ b/src/peerinfo/peerinfo_api_notify.c
@@ -138,7 +138,7 @@ process_notification (void *cls,
138 "Received information about peer `%s' from peerinfo database\n", 138 "Received information about peer `%s' from peerinfo database\n",
139 GNUNET_i2s (&im->peer)); 139 GNUNET_i2s (&im->peer));
140#endif 140#endif
141 nc->callback (nc->callback_cls, &im->peer, hello); 141 nc->callback (nc->callback_cls, &im->peer, hello, NULL);
142 receive_notifications (nc); 142 receive_notifications (nc);
143} 143}
144 144