aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_set_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-24 13:57:17 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-24 13:57:17 +0000
commit82f034f771b4fd8e18c61487f4bd239e0e200408 (patch)
tree29d37b77fee94a49359a462bd5adbdb460733a69 /src/include/gnunet_set_service.h
parent3fb00702b5ebd54301d5827774fbebcd11d206c9 (diff)
downloadgnunet-82f034f771b4fd8e18c61487f4bd239e0e200408.tar.gz
gnunet-82f034f771b4fd8e18c61487f4bd239e0e200408.zip
fixing collect_generation_garbage() complexity, doxygen, etc.
Diffstat (limited to 'src/include/gnunet_set_service.h')
-rw-r--r--src/include/gnunet_set_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index b088e335f..071b5a987 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -133,11 +133,13 @@ enum GNUNET_SET_ResultMode
133 * Client gets every element in the resulting set. 133 * Client gets every element in the resulting set.
134 */ 134 */
135 GNUNET_SET_RESULT_FULL, 135 GNUNET_SET_RESULT_FULL,
136
136 /** 137 /**
137 * Client gets only elements that have been added to the set. 138 * Client gets only elements that have been added to the set.
138 * Only works with set union. 139 * Only works with set union.
139 */ 140 */
140 GNUNET_SET_RESULT_ADDED, 141 GNUNET_SET_RESULT_ADDED,
142
141 /** 143 /**
142 * Client gets only elements that have been removed from the set. 144 * Client gets only elements that have been removed from the set.
143 * Only works with set intersection. 145 * Only works with set intersection.