summaryrefslogtreecommitdiffstats
path: root/xlators/debug/trace/src/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/debug/trace/src/trace.h')
-rw-r--r--xlators/debug/trace/src/trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/debug/trace/src/trace.h b/xlators/debug/trace/src/trace.h
index 815647c05be..cd73e0f34ed 100644
--- a/xlators/debug/trace/src/trace.h
+++ b/xlators/debug/trace/src/trace.h
@@ -34,7 +34,7 @@ trace_fop_name_t trace_fop_names[GF_FOP_MAXVALUE];
typedef struct {
gf_boolean_t log_file;
gf_boolean_t log_history;
- size_t history_size;
+ uint64_t history_size;
int trace_log_level;
} trace_conf_t;