From: Nathan S. Evans Date: Wed, 27 Jul 2011 12:49:11 +0000 (+0000) Subject: timestamps X-Git-Tag: initial-import-from-subversion-38251~17601 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d9b6cb9fe3c598440ffa05e765b5fcda947d18f6;p=oweals%2Fgnunet.git timestamps --- diff --git a/src/include/gnunet_nse_service.h b/src/include/gnunet_nse_service.h index 7a670a584..2c5e2c750 100644 --- 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);