fix
authorChristian Grothoff <christian@grothoff.org>
Mon, 1 Aug 2011 08:11:40 +0000 (08:11 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 1 Aug 2011 08:11:40 +0000 (08:11 +0000)
src/nse/test_nse_multipeer.c

index 277f73b21edbc07e574aef2040bcc3ab629fb1da..e15892bce4d8a17962201e5af53174d53a5c634c 100644 (file)
@@ -112,13 +112,16 @@ shutdown_task (void *cls,
  * Callback to call when network size estimate is updated.
  *
  * @param cls closure
+ * @param timestamp server timestamp
  * @param estimate the value of the current network size estimate
  * @param std_dev standard deviation (rounded down to nearest integer)
  *                of the size estimation values seen
  *
  */
 static void
-handle_estimate (void *cls, double estimate, double std_dev)
+handle_estimate (void *cls,
+                struct GNUNET_TIME_Absolute timestamp,
+                double estimate, double std_dev)
 {
   struct NSEPeer *peer = cls;