From e3a7cd0f53f7a91b27b95e9b7fc0786f52c9e9ac Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 15 May 2010 21:39:13 +0000 Subject: work on migration --- src/fs/fs.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/fs/fs.h') diff --git a/src/fs/fs.h b/src/fs/fs.h index 3277ea340..aff90d4fe 100644 --- a/src/fs/fs.h +++ b/src/fs/fs.h @@ -41,6 +41,13 @@ */ #define MAX_MIGRATION_QUEUE 32 +/** + * Ratio for moving average delay calculation. The previous + * average goes in with a factor of (n-1) into the calculation. + * Must be > 0. + */ +#define RUNAVG_DELAY_N 16 + /** * Size of the individual blocks used for file-sharing. */ -- cgit v1.2.3