aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_set_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index ca46d8746..6e822d82e 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -220,6 +220,10 @@ struct GNUNET_SET_Element
220enum GNUNET_SET_OptionType 220enum GNUNET_SET_OptionType
221{ 221{
222 /** 222 /**
223 * List terminator.
224 */
225 GNUNET_SET_OPTION_END=0,
226 /**
223 * Fail set operations when the other peer shows weird behavior 227 * Fail set operations when the other peer shows weird behavior
224 * that might by a Byzantine fault. 228 * that might by a Byzantine fault.
225 * 229 *