iolog: skip max_bs[rw] increment for rw == DDIR_INVAL
[fio.git] / json.h
diff --git a/json.h b/json.h
index 2a798ceb4b06d4fc41203096fbb3eb9f4f9749b2..081afd6c6f0b4adfe929648b0f4d5b60639d1ee1 100644 (file)
--- a/json.h
+++ b/json.h
@@ -14,7 +14,7 @@ struct json_pair;
 struct json_value {
        int type;
        union {
-               long integer_number;
+               long long integer_number;
                double float_number;
                char *string;
                struct json_object *object;