don't run set with valgrind per default
[oweals/gnunet.git] / src / include / gnunet_block_lib.h
index 3e36f11f04dc1e2a12c5f9e49c521412c4093539..d8ee68c21c5c9800c51e2bc65f8e33e88b4dc3c0 100644 (file)
@@ -111,6 +111,11 @@ enum GNUNET_BLOCK_Type
    */
   GNUNET_BLOCK_TYPE_GNS_NAMERECORD = 11,
 
+  /**
+   * Block type for a revocation message by which a key is revoked.
+   */
+  GNUNET_BLOCK_TYPE_REVOCATION = 12,
+
   /**
    * Block to store a cadet regex state
    */