gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34447 - in gnunet/src: include set


From: gnunet
Subject: [GNUnet-SVN] r34447 - in gnunet/src: include set
Date: Fri, 28 Nov 2014 13:05:53 +0100

Author: grothoff
Date: 2014-11-28 13:05:53 +0100 (Fri, 28 Nov 2014)
New Revision: 34447

Modified:
   gnunet/src/include/gnunet_set_service.h
   gnunet/src/set/gnunet-service-set_protocol.h
   gnunet/src/set/set.h
Log:
-doxygen

Modified: gnunet/src/include/gnunet_set_service.h
===================================================================
--- gnunet/src/include/gnunet_set_service.h     2014-11-27 20:17:24 UTC (rev 
34446)
+++ gnunet/src/include/gnunet_set_service.h     2014-11-28 12:05:53 UTC (rev 
34447)
@@ -74,8 +74,7 @@
 enum GNUNET_SET_OperationType
 {
   /**
-   * A purely local set that does not support any
-   * operation.
+   * A purely local set that does not support any operation.
    */
   GNUNET_SET_OPERATION_NONE,
 
@@ -90,6 +89,7 @@
   GNUNET_SET_OPERATION_UNION
 };
 
+
 /**
  * Status for the result callback
  */

Modified: gnunet/src/set/gnunet-service-set_protocol.h
===================================================================
--- gnunet/src/set/gnunet-service-set_protocol.h        2014-11-27 20:17:24 UTC 
(rev 34446)
+++ gnunet/src/set/gnunet-service-set_protocol.h        2014-11-28 12:05:53 UTC 
(rev 34447)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2013 Christian Grothoff (and other contributing authors)
+     (C) 2013, 2014 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -20,7 +20,7 @@
 
 /**
  * @author Florian Dold
- * @file set/set_protocol.h
+ * @file set/gnunet-service-set_protocol.h
  * @brief Peer-to-Peer messages for gnunet set
  */
 #ifndef SET_PROTOCOL_H
@@ -66,7 +66,7 @@
 struct IBFMessage
 {
   /**
-   * Type: #GNUNET_MESSAGE_TYPE_SET_P2P_IBF
+   * Type: #GNUNET_MESSAGE_TYPE_SET_UNION_P2P_IBF
    */
   struct GNUNET_MessageHeader header;
 

Modified: gnunet/src/set/set.h
===================================================================
--- gnunet/src/set/set.h        2014-11-27 20:17:24 UTC (rev 34446)
+++ gnunet/src/set/set.h        2014-11-28 12:05:53 UTC (rev 34447)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+     (C) 2012-2014 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -179,7 +179,7 @@
 
   /**
    * Id of our set to evaluate, chosen implicitly by the client when it
-   * calls #GNUNE_SET_commit().
+   * calls #GNUNET_SET_commit().
    */
   uint32_t request_id GNUNET_PACKED;
 
@@ -272,7 +272,7 @@
 struct GNUNET_SET_IterResponseMessage
 {
   /**
-   * Type: #GNUNET_MESSAGE_TYPE_SET_ITER_RESPONSE
+   * Type: #GNUNET_MESSAGE_TYPE_SET_ITER_ELEMENT
    */
   struct GNUNET_MessageHeader header;
 




reply via email to

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