aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_scalarproduct_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-20 09:55:42 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-20 09:55:42 +0000
commita9f53345421cddea37be81e59d6fb56a9f095d6c (patch)
tree92ab7779bfc098fdb5ea8ef3955375d5f332020d /src/include/gnunet_scalarproduct_service.h
parentc284a3bb84a91678707bbae3c93106bd4e84226e (diff)
downloadgnunet-a9f53345421cddea37be81e59d6fb56a9f095d6c.tar.gz
gnunet-a9f53345421cddea37be81e59d6fb56a9f095d6c.zip
-fix minor issues
Diffstat (limited to 'src/include/gnunet_scalarproduct_service.h')
-rw-r--r--src/include/gnunet_scalarproduct_service.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_scalarproduct_service.h b/src/include/gnunet_scalarproduct_service.h
index 8e90d0a45..21e00ca10 100644
--- a/src/include/gnunet_scalarproduct_service.h
+++ b/src/include/gnunet_scalarproduct_service.h
@@ -55,7 +55,12 @@ enum GNUNET_SCALARPRODUCT_ResponseStatus
55 /** 55 /**
56 * Operation is still active (never returned, used internally). 56 * Operation is still active (never returned, used internally).
57 */ 57 */
58 GNUNET_SCALARPRODUCT_STATUS_ACTIVE = 0, 58 GNUNET_SCALARPRODUCT_STATUS_INIT = 0,
59
60 /**
61 * Operation is still active (never returned, used internally).
62 */
63 GNUNET_SCALARPRODUCT_STATUS_ACTIVE = 1,
59 64
60 /** 65 /**
61 * The computation was successful. 66 * The computation was successful.