aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--idlestat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlestat.h b/idlestat.h
index e030f6a..f06af24 100644
--- a/idlestat.h
+++ b/idlestat.h
@@ -132,7 +132,7 @@ struct trace_buffer_settings {
struct program_options {
int mode;
int display;
- unsigned int duration;
+ int duration;
struct trace_buffer_settings tbs;
char *filename;
char *baseline_filename;