Skip to content

Commit 360208e

Browse files
committed
Add UMF_NUMA_FLAGS_DEFAULT
to be consistent with umf_pool_create_flag_t (having a value for flags == 0)
1 parent 6665ae5 commit 360208e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/umf/providers/provider_os_memory.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ typedef enum umf_numa_mode_t {
4242
} umf_numa_mode_t;
4343

4444
typedef enum umf_numa_flags_t {
45+
UMF_NUMA_FLAGS_DEFAULT,
4546
UMF_NUMA_FLAGS_STRICT = (1 << 0),
4647

4748
UMF_NUMA_FLAGS_MAX // must be the last one

0 commit comments

Comments
 (0)