Merge branch 'master' into gfio

Conflicts:
	Makefile
	backend.c
	client.c
	fio.h
	options.c
	parse.c
	parse.h
	server.c
	server.h

Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/client.h b/client.h
index 341d260..10d6ec3 100644
--- a/client.h
+++ b/client.h
@@ -42,10 +42,12 @@
 	int is_sock;
 	int disk_stats_shown;
 	unsigned int jobs;
+	unsigned int nr_stat;
 	int error;
 	int signal;
 	int ipv6;
 	int sent_job;
+	int did_stat;
 	uint32_t type;
 
 	uint32_t thread_number;