aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_plugin.h
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2015-01-06 14:35:19 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2015-01-06 14:35:19 +0000
commit933428cef51a444d9fcba0ef2a36c626cb337fa5 (patch)
tree3e084025d8020b1194205c208cbcf480a68d087d /src/include/gnunet_datastore_plugin.h
parent55182581d5e44ccc8d7495efd60a8f913d5b057d (diff)
downloadgnunet-933428cef51a444d9fcba0ef2a36c626cb337fa5.tar.gz
gnunet-933428cef51a444d9fcba0ef2a36c626cb337fa5.zip
Comment on ugly API design choice
Diffstat (limited to 'src/include/gnunet_datastore_plugin.h')
-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