-more datacache integration work
[oweals/gnunet.git] / src / testbed / testbed_api_sd.h
index 46beec4a19aad96b471bb59ead0144ea84bb7eb6..3cf6668766eb06c1609ce2f7a80c68ddf82d3e1a 100644 (file)
@@ -1,6 +1,6 @@
 /*
       This file is part of GNUnet
-      (C) 2008--2012 Christian Grothoff (and other contributing authors)
+      Copyright (C) 2008--2013 Christian Grothoff (and other contributing authors)
 
       GNUnet is free software; you can redistribute it and/or modify
       it under the terms of the GNU General Public License as published
@@ -21,7 +21,7 @@
 /**
  * @file testbed/testbed_api_sd.h
  * @brief functions to calculate standard deviation
- * @author Sree Harsha Totakura <sreeharsha@totakura.in> 
+ * @author Sree Harsha Totakura <sreeharsha@totakura.in>
  */
 
 #ifndef TESTBED_API_SD_H
@@ -68,13 +68,14 @@ GNUNET_TESTBED_SD_add_data_ (struct SDHandle *h, unsigned int amount);
  *
  * @param h the SDhandle
  * @param amount the value for which the deviation is returned
-
+ * @param factor the factor by which the given amont differs
  * @return the deviation from the average; GNUNET_SYSERR if the deviation cannot
  *           be calculated OR 0 if the deviation is less than the average; a
  *           maximum of 4 is returned for deviations equal to or larger than 4
  */
 int
-GNUNET_TESTBED_SD_deviation_factor_ (struct SDHandle *h, unsigned int amount);
+GNUNET_TESTBED_SD_deviation_factor_ (struct SDHandle *h, unsigned int amount,
+                                     int *factor);
 
 #endif
 /* end of testbed_api.h */