Add thread number ID to appropriate network commands
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index db0e8756fe71c0ddcfc0e9394b111ba521dddcb9..6e1175406f8dd0ed0671f6651a87198686993440 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -66,8 +66,8 @@ struct thread_data {
        void *eo;
        char verror[FIO_VERROR_SIZE];
        pthread_t thread;
-       int thread_number;
-       int groupid;
+       unsigned int thread_number;
+       unsigned int groupid;
        struct thread_stat ts;
 
        int client_type;