aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-30 16:53:11 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-30 16:53:11 +0000
commit6e92863ee3b53577d31f4a0e3bf5bad8e47f4437 (patch)
tree1f47c5b50299fc4ddddc474cb091b8dc196480b1 /src/set/gnunet-service-set.h
parent3ff74fa1dac7f7b839930959962f4f1c843708bd (diff)
downloadgnunet-6e92863ee3b53577d31f4a0e3bf5bad8e47f4437.tar.gz
gnunet-6e92863ee3b53577d31f4a0e3bf5bad8e47f4437.zip
-use keep as RC to address #3561
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r--src/set/gnunet-service-set.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index ab8155883..b2904dc06 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -388,10 +388,11 @@ struct Operation
388 unsigned int generation_created; 388 unsigned int generation_created;
389 389
390 /** 390 /**
391 * Set to #GNUNET_YES if the set service should not free the 391 * Incremented whenever (during shutdown) some component still
392 * operation, as it is still needed (e.g. in some scheduled task). 392 * needs to do something with this before the operation is freed.
393 * (Used as a reference counter, but only during termination.)
393 */ 394 */
394 int keep; 395 unsigned int keep;
395}; 396};
396 397
397 398