don't run set with valgrind per default
[oweals/gnunet.git] / src / include / gnunet_set_service.h
index ca46d874673cce196020b37fd00394b230393228..6e822d82e75b682a89a30158bbdda4b79e5b5afb 100644 (file)
@@ -219,6 +219,10 @@ struct GNUNET_SET_Element
  */
 enum GNUNET_SET_OptionType
 {
+  /**
+   * List terminator.
+   */
+  GNUNET_SET_OPTION_END=0,
   /**
    * Fail set operations when the other peer shows weird behavior
    * that might by a Byzantine fault.