gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r34825 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r34825 - gnunet/src/include
Date: Tue, 6 Jan 2015 15:35:19 +0100

Author: amatus
Date: 2015-01-06 15:35:19 +0100 (Tue, 06 Jan 2015)
New Revision: 34825

Modified:
   gnunet/src/include/gnunet_datastore_plugin.h
Log:
Comment on ugly API design choice


Modified: gnunet/src/include/gnunet_datastore_plugin.h
===================================================================
--- gnunet/src/include/gnunet_datastore_plugin.h        2015-01-06 01:11:45 UTC 
(rev 34824)
+++ gnunet/src/include/gnunet_datastore_plugin.h        2015-01-06 14:35:19 UTC 
(rev 34825)
@@ -102,6 +102,9 @@
  * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]