From 933428cef51a444d9fcba0ef2a36c626cb337fa5 Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Tue, 6 Jan 2015 14:35:19 +0000 Subject: [PATCH] Comment on ugly API design choice --- src/include/gnunet_datastore_plugin.h | 3 +++ 1 file changed, 3 insertions(+) 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 * Get an estimate of how much space the database is * currently using. * + * NB: estimate is an output parameter because emscripten cannot handle + * returning 64-bit integers from dynamically loaded modules. + * * @param cls closure * @param estimate location to store estimate * @return number of bytes used on disk -- 2.25.1