aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_datastore_plugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gnunet_datastore_plugin.h b/src/include/gnunet_datastore_plugin.h
index 9c3b34a9c..91f6dfe63 100644
--- a/src/include/gnunet_datastore_plugin.h
+++ b/src/include/gnunet_datastore_plugin.h
@@ -102,6 +102,9 @@ typedef int (*PluginDatumProcessor) (void *cls, const struct GNUNET_HashCode * k
102 * Get an estimate of how much space the database is 102 * Get an estimate of how much space the database is
103 * currently using. 103 * currently using.
104 * 104 *
105 * NB: estimate is an output parameter because emscripten cannot handle
106 * returning 64-bit integers from dynamically loaded modules.
107 *
105 * @param cls closure 108 * @param cls closure
106 * @param estimate location to store estimate 109 * @param estimate location to store estimate
107 * @return number of bytes used on disk 110 * @return number of bytes used on disk