projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f80cc6
)
timestamps
author
Nathan S. Evans
<evans@in.tum.de>
Wed, 27 Jul 2011 12:49:11 +0000
(12:49 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Wed, 27 Jul 2011 12:49:11 +0000
(12:49 +0000)
src/include/gnunet_nse_service.h
patch
|
blob
|
history
diff --git
a/src/include/gnunet_nse_service.h
b/src/include/gnunet_nse_service.h
index 7a670a5844aa661afcba2115eebd0d7eab5acb26..2c5e2c75027b4efda4e77bb4dd846e1e9b3a68df 100644
(file)
--- a/
src/include/gnunet_nse_service.h
+++ b/
src/include/gnunet_nse_service.h
@@
-56,11
+56,13
@@
struct GNUNET_NSE_Handle;
* Callback to call when network size estimate is updated.
*
* @param cls closure
+ * @param timestamp time when the estimate was received from the server (or created by the server)
* @param logestimate the log(Base 2) value of the current network size estimate
* @param std_dev standard deviation for the estimate
*
*/
typedef void (*GNUNET_NSE_Callback) (void *cls,
+ struct GNUNET_TIME_AbsoluteNBO timestamp,
double logestimate,
double std_dev);