From 78ecfccd774a77ae3d7a51e3f5c7c7c86cf7985b Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Wed, 22 Mar 2017 22:17:05 -0500 Subject: [datastore] Return and update replication This fixes a couple FIXMEs in the datastore code. The replication value is now returned from the datastore and the update function can increase the replication. --- src/datastore/datastore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/datastore/datastore.h') diff --git a/src/datastore/datastore.h b/src/datastore/datastore.h index 5fd360161..98f8b82ef 100644 --- a/src/datastore/datastore.h +++ b/src/datastore/datastore.h @@ -229,7 +229,7 @@ struct DataMessage uint32_t anonymity GNUNET_PACKED; /** - * Desired replication level. 0 from service to API. + * Desired replication level. */ uint32_t replication GNUNET_PACKED; -- cgit v1.2.3