Skip to content

Commit 39b8b7d

Browse files
committed
remove umf_os_memory_provider_config_t struct from os provider
This structure was duplicate of the umf_os_memory_provider_params_t structure, which was defined in public header file. Signed-off-by: Łukasz Plewa <lukasz.plewa@intel.com>
1 parent ebd43ed commit 39b8b7d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/provider/provider_os_memory.c

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@
2222
#include <umf/memory_provider_ops.h>
2323
#include <umf/providers/provider_os_memory.h>
2424

25-
typedef struct umf_os_memory_provider_config_t {
26-
unsigned protection; // combination of OS-specific protection flags
27-
28-
// NUMA config
29-
unsigned long *nodemask;
30-
unsigned long maxnode;
31-
unsigned numa_mode;
32-
33-
// others
34-
int traces; // log level of debug traces
35-
} umf_os_memory_provider_config_t;
36-
3725
#define NODESET_STR_BUF_LEN 1024
3826

3927
typedef struct os_memory_provider_t {

0 commit comments

Comments
 (0)