MQ doc
[oweals/gnunet.git] / src / include / gnunet_scalarproduct_service.h
index 8e90d0a45d870562233f0ed189d0df21abad6b40..21e00ca10666676eba9c482695e10b1213c0fca1 100644 (file)
@@ -55,7 +55,12 @@ enum GNUNET_SCALARPRODUCT_ResponseStatus
   /**
    * Operation is still active (never returned, used internally).
    */
-  GNUNET_SCALARPRODUCT_STATUS_ACTIVE = 0,
+  GNUNET_SCALARPRODUCT_STATUS_INIT = 0,
+
+  /**
+   * Operation is still active (never returned, used internally).
+   */
+  GNUNET_SCALARPRODUCT_STATUS_ACTIVE = 1,
 
   /**
    * The computation was successful.