summaryrefslogtreecommitdiffstats
path: root/src/include/trace_adal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/trace_adal.h')
-rw-r--r--src/include/trace_adal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/trace_adal.h b/src/include/trace_adal.h
index 481393bd2..fb8e1501e 100644
--- a/src/include/trace_adal.h
+++ b/src/include/trace_adal.h
@@ -132,8 +132,8 @@ typedef struct trace_buf_list {
} trace_buf_list_t;
-typedef int trace_desc_t; //Type definition for users trace descriptor data type
-typedef int tracDesc_t; //Type definition for older trace descriptor type
+typedef uint64_t trace_desc_t; //Type definition for users trace descriptor data type
+typedef uint64_t tracDesc_t; //Type definition for older trace descriptor type
typedef unsigned long trace_strings_t; /* type for trace strings */
OpenPOWER on IntegriCloud