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 committed Nov 11, 2024
1 parent 4c5ac3e commit 4839e36
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 4839e36

Please sign in to comment.