aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-24 14:06:23 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-24 14:06:23 +0000
commit30a574dc8b01e16a6b70e384a8c4fe05a6ffd861 (patch)
tree37d16c491c94d3388d2a7d4de959e4c9f591d403 /src/set/gnunet-service-set.h
parent82f034f771b4fd8e18c61487f4bd239e0e200408 (diff)
downloadgnunet-30a574dc8b01e16a6b70e384a8c4fe05a6ffd861.tar.gz
gnunet-30a574dc8b01e16a6b70e384a8c4fe05a6ffd861.zip
-do not do GC for each destroyed operation on client disconnect
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r--src/set/gnunet-service-set.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index b92eb47ff..248b778d9 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -444,9 +444,11 @@ struct Set
444 * operations per set. 444 * operations per set.
445 * 445 *
446 * @param op operation to destroy 446 * @param op operation to destroy
447 * @param gc #GNUNET_YES to perform garbage collection on the set
447 */ 448 */
448void 449void
449_GSS_operation_destroy (struct Operation *op); 450_GSS_operation_destroy (struct Operation *op,
451 int gc);
450 452
451 453
452/** 454/**