gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r34454 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r34454 - gnunet/src/include
Date: Sun, 30 Nov 2014 01:45:18 +0100

Author: grothoff
Date: 2014-11-30 01:45:18 +0100 (Sun, 30 Nov 2014)
New Revision: 34454

Modified:
   gnunet/src/include/gnunet_set_service.h
Log:
-remove dead state

Modified: gnunet/src/include/gnunet_set_service.h
===================================================================
--- gnunet/src/include/gnunet_set_service.h     2014-11-30 00:44:56 UTC (rev 
34453)
+++ gnunet/src/include/gnunet_set_service.h     2014-11-30 00:45:18 UTC (rev 
34454)
@@ -96,24 +96,22 @@
 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.
    */
   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,
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]