SHUTDOWN
[oweals/gnunet.git] / src / include / gnunet_datastore_plugin.h
index 372ed633cb9433cca693ea9e561fa9085d3d6af0..a5c548146674c8af4cdab154721188bcfba2ce40 100644 (file)
@@ -169,7 +169,7 @@ typedef int (*PluginPut) (void *cls,
  * in the datastore.
  *
  * @param cls closure
- * @param key maybe NULL (to match all entries)
+ * @param key key to match, never NULL
  * @param vhash hash of the value, maybe NULL (to
  *        match all values that have the right key).
  *        Note that for DBlocks there is no difference
@@ -325,9 +325,9 @@ struct GNUNET_DATASTORE_PluginFunctions
   /**
    * Function to get a random item with high replication score from
    * the database, lowering the item's replication score.  Returns a
-   * single, not expired, random item from those with the highest
-   * replication counters.  The item's replication counter is
-   * decremented by one IF it was positive before.
+   * single random item from those with the highest replication
+   * counters.  The item's replication counter is decremented by one
+   * IF it was positive before.
    */
   PluginRandomGet replication_get;