summaryrefslogtreecommitdiff
path: root/blktrace.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@suse.de>2005-09-29 12:01:37 +0200
committerJens Axboe <axboe@suse.de>2005-09-29 12:01:37 +0200
commite820abd79354e5b8596e1ec8105ffe36d36f9c20 (patch)
tree081c1c71d1f5c97443d0b29a792ab81b20e9fc3b /blktrace.h
parentcf4b68a59f5b5a7758d9e58b54edd9e59554d23e (diff)
downloadblktrace-e820abd79354e5b8596e1ec8105ffe36d36f9c20.tar.gz
blktrace-e820abd79354e5b8596e1ec8105ffe36d36f9c20.tar.bz2
[PATCH] Assorted compiler warnings
Diffstat (limited to 'blktrace.h')
-rw-r--r--blktrace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/blktrace.h b/blktrace.h
index bd704ba..799acf8 100644
--- a/blktrace.h
+++ b/blktrace.h
@@ -29,8 +29,8 @@ struct io_stats {
};
struct per_cpu_info {
- int cpu;
- int nelems;
+ unsigned int cpu;
+ unsigned int nelems;
int fd;
char fname[128];