MQ doc
[oweals/gnunet.git] / src / include / gnunet_scalarproduct_service.h
index 04db16ed3b2fa510c4d56a0c134de0f8b00abc4f..21e00ca10666676eba9c482695e10b1213c0fca1 100644 (file)
@@ -1,6 +1,6 @@
 /*
       This file is part of GNUnet.
-      Copyright (C) 2013, 2014 Christian Grothoff (and other contributing authors)
+      Copyright (C) 2013, 2014 GNUnet e.V.
 
       GNUnet is free software; you can redistribute it and/or modify
       it under the terms of the GNU General Public License as published
@@ -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.