aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-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.