aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_datastore_plugin.h')
-rw-r--r--src/include/gnunet_datastore_plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_datastore_plugin.h b/src/include/gnunet_datastore_plugin.h
index f499cb827..a5c548146 100644
--- a/src/include/gnunet_datastore_plugin.h
+++ b/src/include/gnunet_datastore_plugin.h
@@ -325,9 +325,9 @@ struct GNUNET_DATASTORE_PluginFunctions
325 /** 325 /**
326 * Function to get a random item with high replication score from 326 * Function to get a random item with high replication score from
327 * the database, lowering the item's replication score. Returns a 327 * the database, lowering the item's replication score. Returns a
328 * single, not expired, random item from those with the highest 328 * single random item from those with the highest replication
329 * replication counters. The item's replication counter is 329 * counters. The item's replication counter is decremented by one
330 * decremented by one IF it was positive before. 330 * IF it was positive before.
331 */ 331 */
332 PluginRandomGet replication_get; 332 PluginRandomGet replication_get;
333 333