load.c | load.c | |||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
*/ | */ | |||
/** | /** | |||
* @file util/load.c | * @file util/load.c | |||
* @brief functions related to load calculations | * @brief functions related to load calculations | |||
* @author Christian Grothoff | * @author Christian Grothoff | |||
*/ | */ | |||
#include "platform.h" | #include "platform.h" | |||
#include "gnunet_load_lib.h" | #include "gnunet_load_lib.h" | |||
#define DEBUG_LOAD GNUNET_EXTRA_LOGGING | ||||
#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__) | #define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__) | |||
/** | /** | |||
* Values we track for load calculations. | * Values we track for load calculations. | |||
*/ | */ | |||
struct GNUNET_LOAD_Value | struct GNUNET_LOAD_Value | |||
{ | { | |||
/** | /** | |||
* How fast should the load decline if no values are added? | * How fast should the load decline if no values are added? | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 0 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |