gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r15555 - gnunet/src/include
Date: Mon, 13 Jun 2011 21:22:07 +0200

Author: grothoff
Date: 2011-06-13 21:22:06 +0200 (Mon, 13 Jun 2011)
New Revision: 15555

Modified:
   gnunet/src/include/gnunet_datastore_plugin.h
   gnunet/src/include/gnunet_datastore_service.h
   gnunet/src/include/gnunet_time_lib.h
Log:
doxygen

Modified: gnunet/src/include/gnunet_datastore_plugin.h
===================================================================
--- gnunet/src/include/gnunet_datastore_plugin.h        2011-06-13 19:21:39 UTC 
(rev 15554)
+++ gnunet/src/include/gnunet_datastore_plugin.h        2011-06-13 19:22:06 UTC 
(rev 15555)
@@ -148,7 +148,7 @@
  * Get one of the results for a particular key in the datastore.
  *
  * @param cls closure
- * @param offset offset of the result (mod #num-results); 
+ * @param offset offset of the result (modulo num-results); 
  *               specific ordering does not matter for the offset
  * @param key key to match, never NULL
  * @param vhash hash of the value, maybe NULL (to
@@ -175,7 +175,7 @@
  * Get a random item (additional constraints may apply depending on
  * the specific implementation).  Calls 'proc' with all values ZERO or
  * NULL if no item applies, otherwise 'proc' is called once and only
- * once with an item, with the 'next_cls' argument being NULL.
+ * once with an item.
  *
  * @param cls closure
  * @param proc function to call the value (once only).
@@ -220,7 +220,7 @@
  * (among those applicable). 
  *
  * @param cls closure
- * @param offset offset of the result (mod #num-results); 
+ * @param offset offset of the result (modulo num-results); 
  *               specific ordering does not matter for the offset
  * @param type entries of which type should be considered?
  *        Must not be zero (ANY).

Modified: gnunet/src/include/gnunet_datastore_service.h
===================================================================
--- gnunet/src/include/gnunet_datastore_service.h       2011-06-13 19:21:39 UTC 
(rev 15554)
+++ gnunet/src/include/gnunet_datastore_service.h       2011-06-13 19:22:06 UTC 
(rev 15555)
@@ -291,7 +291,7 @@
  * will only be called once.
  *
  * @param h handle to the datastore
- * @param offset offset of the result (mod #num-results); set to
+ * @param offset offset of the result (modulo num-results); set to
  *               a random 64-bit value initially; then increment by
  *               one each time; detect that all results have been found by uid
  *               being again the first uid ever returned.
@@ -323,7 +323,7 @@
  * Get a single zero-anonymity value from the datastore.
  *
  * @param h handle to the datastore
- * @param offset offset of the result (mod #num-results); set to
+ * @param offset offset of the result (modulo num-results); set to
  *               a random 64-bit value initially; then increment by
  *               one each time; detect that all results have been found by uid
  *               being again the first uid ever returned.

Modified: gnunet/src/include/gnunet_time_lib.h
===================================================================
--- gnunet/src/include/gnunet_time_lib.h        2011-06-13 19:21:39 UTC (rev 
15554)
+++ gnunet/src/include/gnunet_time_lib.h        2011-06-13 19:22:06 UTC (rev 
15555)
@@ -291,12 +291,12 @@
  * Get the duration of an operation as the
  * difference of the current time and the given start time "hence".
  *
- * @param hence some absolute time, typically in the past
+ * @param whence some absolute time, typically in the past
  * @return aborts if hence==FOREVER, 0 if hence > now, otherwise now-hence.
  */
 struct GNUNET_TIME_Relative GNUNET_TIME_absolute_get_duration (struct
                                                                
GNUNET_TIME_Absolute
-                                                               hence);
+                                                               whence);
 
 
 /**




reply via email to

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