aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-03 11:05:00 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-03 11:05:00 +0000
commit4593a0ee9f3e6a86520d4dd493430f0f1d88dcd2 (patch)
treef9dc5ebc60a64f9284e3108bcfb701a061143cd3 /src/dv
parenta90baf6317900f4ead18168a01da20033adfeb77 (diff)
downloadgnunet-4593a0ee9f3e6a86520d4dd493430f0f1d88dcd2.tar.gz
gnunet-4593a0ee9f3e6a86520d4dd493430f0f1d88dcd2.zip
-use set conclude API
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/gnunet-service-dv.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dv/gnunet-service-dv.c b/src/dv/gnunet-service-dv.c
index c6ba8eec3..b76fd9ab0 100644
--- a/src/dv/gnunet-service-dv.c
+++ b/src/dv/gnunet-service-dv.c
@@ -769,10 +769,8 @@ build_set (void *cls)
769 if (DEFAULT_FISHEYE_DEPTH - 1 == neighbor->consensus_insertion_distance) 769 if (DEFAULT_FISHEYE_DEPTH - 1 == neighbor->consensus_insertion_distance)
770 { 770 {
771 /* we have added all elements to the set, run the operation */ 771 /* we have added all elements to the set, run the operation */
772#if 0 772 GNUNET_SET_conclude (neighbor->set_op,
773 GNUNET_SET_operation_conclude (neighbor->my_op, 773 neighbor->my_set);
774 neighbor->my_set);
775#endif
776 GNUNET_SET_destroy (neighbor->my_set); 774 GNUNET_SET_destroy (neighbor->my_set);
777 neighbor->my_set = NULL; 775 neighbor->my_set = NULL;
778 return; 776 return;