-fix ftbfs
[oweals/gnunet.git] / src / sensor / perf_pow_sign.c
index a99105a82b188c49116fda69b5a836d10a32089d..8b87853dcb0c96131e2b3dad81390e546eba6a33 100644 (file)
@@ -1,6 +1,6 @@
   /*
    * This file is part of GNUnet.
-   * (C)
+   * Copyright (C)
    *
    * GNUnet is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published
@@ -46,7 +46,7 @@
 /**
  * How many matching bits to end with
  */
-#define MATCHING_BITS_END 50
+#define MATCHING_BITS_END 20
 
 /**
  * How many readings per matching bits value
@@ -71,7 +71,7 @@ static int ok = 1;
 /**
  * Task used to shutdown / expire the test
  */
-static GNUNET_SCHEDULER_TaskIdentifier shutdown_task;
+static struct GNUNET_SCHEDULER_Task * shutdown_task;
 
 /**
  * Message to be exchanged
@@ -106,7 +106,7 @@ static struct GNUNET_TIME_Relative total_duration;
 /**
  * Task creating pow block
  */
-struct GNUNET_SENSOR_crypto_pow_context *pow_task;
+static struct GNUNET_SENSOR_crypto_pow_context *pow_task;
 
 
 /**