aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-15 11:29:01 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-15 11:29:01 +0000
commitcdbead67a9ac4bfb680b34e3d971028978c8ebe0 (patch)
tree06a3489d24f269d7488ac7c4604b34530d6022b5 /src/include/gnunet_datastore_plugin.h
parentc27163b7e9d661136e1a1d5fdb98477cd286b32e (diff)
downloadgnunet-cdbead67a9ac4bfb680b34e3d971028978c8ebe0.tar.gz
gnunet-cdbead67a9ac4bfb680b34e3d971028978c8ebe0.zip
update
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