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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/gnunet_datastore_plugin.h b/src/include/gnunet_datastore_plugin.h
index b0aa0c6c9..fb1dff51d 100644
--- a/src/include/gnunet_datastore_plugin.h
+++ b/src/include/gnunet_datastore_plugin.h
@@ -45,7 +45,7 @@
45 * changes. 45 * changes.
46 * 46 *
47 * @param cls closure 47 * @param cls closure
48 * @param delta change in disk utilization, 48 * @param delta change in disk utilization,
49 * 0 for "reset to empty" 49 * 0 for "reset to empty"
50 */ 50 */
51typedef void (*DiskUtilizationChange) (void *cls, int delta); 51typedef void (*DiskUtilizationChange) (void *cls, int delta);
@@ -138,7 +138,7 @@ typedef int (*PluginPut) (void *cls, const GNUNET_HashCode * key, uint32_t size,
138 * Get one of the results for a particular key in the datastore. 138 * Get one of the results for a particular key in the datastore.
139 * 139 *
140 * @param cls closure 140 * @param cls closure
141 * @param offset offset of the result (modulo num-results); 141 * @param offset offset of the result (modulo num-results);
142 * specific ordering does not matter for the offset 142 * specific ordering does not matter for the offset
143 * @param key key to match, never NULL 143 * @param key key to match, never NULL
144 * @param vhash hash of the value, maybe NULL (to 144 * @param vhash hash of the value, maybe NULL (to
@@ -148,7 +148,7 @@ typedef int (*PluginPut) (void *cls, const GNUNET_HashCode * key, uint32_t size,
148 * there may be! 148 * there may be!
149 * @param type entries of which type are relevant? 149 * @param type entries of which type are relevant?
150 * Use 0 for any type. 150 * Use 0 for any type.
151 * @param proc function to call on the matching value; 151 * @param proc function to call on the matching value;
152 * proc should be called with NULL if there is no result 152 * proc should be called with NULL if there is no result
153 * @param proc_cls closure for proc 153 * @param proc_cls closure for proc
154 */ 154 */
@@ -203,10 +203,10 @@ typedef int (*PluginUpdate) (void *cls, uint64_t uid, int delta,
203 203
204/** 204/**
205 * Select a single item from the datastore at the specified offset 205 * Select a single item from the datastore at the specified offset
206 * (among those applicable). 206 * (among those applicable).
207 * 207 *
208 * @param cls closure 208 * @param cls closure
209 * @param offset offset of the result (modulo num-results); 209 * @param offset offset of the result (modulo num-results);
210 * specific ordering does not matter for the offset 210 * specific ordering does not matter for the offset
211 * @param type entries of which type should be considered? 211 * @param type entries of which type should be considered?
212 * Must not be zero (ANY). 212 * Must not be zero (ANY).