aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore.h')
-rw-r--r--src/datastore/plugin_datastore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/datastore/plugin_datastore.h b/src/datastore/plugin_datastore.h
index b4dc87f9d..0f3284b07 100644
--- a/src/datastore/plugin_datastore.h
+++ b/src/datastore/plugin_datastore.h
@@ -79,7 +79,7 @@ typedef void
79 const GNUNET_HashCode * key, 79 const GNUNET_HashCode * key,
80 uint32_t size, 80 uint32_t size,
81 const void *data, 81 const void *data,
82 unit32_t type, 82 uint32_t type,
83 uint32_t priority, 83 uint32_t priority,
84 uint32_t anonymity, 84 uint32_t anonymity,
85 struct GNUNET_TIME_Absolute expiration); 85 struct GNUNET_TIME_Absolute expiration);
@@ -175,7 +175,7 @@ struct GNUNET_DATASTORE_PluginFunctions
175 * Get the current on-disk size of the SQ store. Estimates are 175 * Get the current on-disk size of the SQ store. Estimates are
176 * fine, if that's the only thing available. 176 * fine, if that's the only thing available.
177 */ 177 */
178 GNUNET_DATASTORE_GetSize size; 178 GNUNET_DATASTORE_GetSize get_size;
179 179
180 /** 180 /**
181 * Function to store an item in the datastore. 181 * Function to store an item in the datastore.
@@ -213,7 +213,7 @@ struct GNUNET_DATASTORE_PluginFunctions
213 * Iterate over the items in the datastore in ascending 213 * Iterate over the items in the datastore in ascending
214 * order of expiration time. 214 * order of expiration time.
215 */ 215 */
216 GNUNET_DATSTORE_Selector iter_ascending_expiration; 216 GNUNET_DATASTORE_Selector iter_ascending_expiration;
217 217
218 /** 218 /**
219 * Iterate over the items in the datastore in migration 219 * Iterate over the items in the datastore in migration