The following changes since commit aa7bc282868ab33ea59b28827041626ef6545c95:

  Makefile: don't install test binaries (2014-10-11 10:19:42 -0600)

are available in the git repository at:

  git://git.kernel.dk/fio.git master

for you to fetch changes up to 91c0e7c5de1b4413c5fab8f5746272d1aee10f78:

  Set genesis time when running only network clients (2014-10-12 13:11:35 -0600)

----------------------------------------------------------------
Jens Axboe (1):
      Set genesis time when running only network clients

 fio.c |    2 ++
 1 file changed, 2 insertions(+)

---

Diff of recent changes:

diff --git a/fio.c b/fio.c
index 7e6b06d..9adc29a 100644
--- a/fio.c
+++ b/fio.c
@@ -43,6 +43,8 @@ int main(int argc, char *argv[], char *envp[])
        fio_time_init();
 
        if (nr_clients) {
+               set_genesis_time();
+
                if (fio_start_all_clients())
                        return 1;
                return fio_handle_clients(&fio_client_ops);
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to