btreplay/btrecord man pages
[blktrace.git] / blktrace.c
index 2ad940d10f224653c43e5ca1e02ff97019fbadc8..4d458acc8e26065e31eaabaf9a47051a968e0760 100644 (file)
@@ -47,7 +47,7 @@
 #include "blktrace.h"
 #include "barrier.h"
 
-static char blktrace_version[] = "0.99.2";
+static char blktrace_version[] = "0.99.3";
 
 /*
  * You may want to increase this even more, if you are logging at a high
@@ -1224,6 +1224,7 @@ static int start_devices(void)
                fprintf(stderr, "Out of memory, threads (%d)\n", size * ndevs);
                return 1;
        }
+       memset(thread_information, 0, size * ndevs);
 
        for_each_dip(dip, i) {
                if (start_trace(dip)) {