diff --git a/src/core/ucc_global_opts.h b/src/core/ucc_global_opts.h index 203ca65e9d..85cd9d4835 100644 --- a/src/core/ucc_global_opts.h +++ b/src/core/ucc_global_opts.h @@ -28,7 +28,7 @@ typedef struct ucc_global_config { char *install_path; int initialized; /* Profiling mode */ - unsigned profile_mode; + uint64_t profile_mode; /* Profiling output file name */ char *profile_file;