summaryrefslogtreecommitdiff
path: root/fio.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@fb.com>2015-01-04 10:02:34 -0700
committerMohamad Ayyash <mkayyash@google.com>2015-03-06 17:58:12 -0800
commitb357a22c6f445a4dd9e2bff8cdf4e798e6f41d62 (patch)
tree9419fa4a39526ccf3d6dfd94aabfe0af5acae7e0 /fio.h
parentadab9165434dff6dbd23e2dd46e9e58ef04f0431 (diff)
downloadfio-b357a22c6f445a4dd9e2bff8cdf4e798e6f41d62.tar.gz
cleanup: add defines for default pareto or zipf values
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'fio.h')
-rw-r--r--fio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fio.h b/fio.h
index 5e352c6c..be2f23aa 100644
--- a/fio.h
+++ b/fio.h
@@ -642,6 +642,9 @@ enum {
FIO_RAND_DIST_PARETO,
};
+#define FIO_DEF_ZIPF 1.1
+#define FIO_DEF_PARETO 0.2
+
enum {
FIO_RAND_GEN_TAUSWORTHE = 0,
FIO_RAND_GEN_LFSR,