From 2faa745b7bd47afc33d2619896a8928d1b70c6ed Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 30 Nov 2014 00:45:18 +0000 Subject: [PATCH] -remove dead state --- src/include/gnunet_set_service.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h index ada971d09..2d40b3052 100644 --- a/src/include/gnunet_set_service.h +++ b/src/include/gnunet_set_service.h @@ -96,15 +96,12 @@ enum GNUNET_SET_OperationType enum GNUNET_SET_Status { /** - * Everything went ok. + * Everything went ok, we are transmitting an element of the + * result (in set, or to be removed from set, depending on + * the `enum GNUNET_SET_ResultMode`). */ GNUNET_SET_STATUS_OK, - /** - * There was a timeout. - */ - GNUNET_SET_STATUS_TIMEOUT, - /** * The other peer refused to to the operation with us, * or something went wrong. @@ -112,8 +109,9 @@ enum GNUNET_SET_Status GNUNET_SET_STATUS_FAILURE, /** - * Success, all elements have been returned (but the other - * peer might still be receiving some from us, so we are not done). + * Success, all elements have been returned (but the other peer + * might still be receiving some from us, so we are not done). Only + * used during UNION operation. */ GNUNET_SET_STATUS_HALF_DONE, -- 2.25.1