From 2e0c97f3994ab4c1cdc1d04d9cab74b1960b9b61 Mon Sep 17 00:00:00 2001 From: pschwan Date: Fri, 8 Nov 2002 02:11:41 +0000 Subject: [PATCH] merge from HEAD to b_lustre_ba --- lustre/tests/createmany.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/createmany.c b/lustre/tests/createmany.c index 27ba3f7..4c3bc2a 100644 --- a/lustre/tests/createmany.c +++ b/lustre/tests/createmany.c @@ -1,6 +1,7 @@ #include #include #include +#include #include #include #include @@ -33,6 +34,8 @@ int main(int argc, char ** argv) filename, strerror(errno)); break; } + if ( (i%10000) == 0 ) + printf(" - created %d (time %d)\n", i, time(0)); } return rc; } -- 1.8.3.1