Skip to content

Commit

Permalink
CORE: Use uint64_t for bitmap configs
Browse files Browse the repository at this point in the history
  • Loading branch information
andylin-hao authored and Sergei-Lebedev committed Dec 20, 2024
1 parent 73651ea commit 803467a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ucc_global_opts.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 803467a

Please sign in to comment.