Skip to content
Snippets Groups Projects
Commit e32b68b6 authored by Ali Mohammed's avatar Ali Mohammed
Browse files

missing braces

parent bc9648e7
No related branches found
No related tags found
No related merge requests found
...@@ -220,6 +220,7 @@ mstro_core__numa_init(void) ...@@ -220,6 +220,7 @@ mstro_core__numa_init(void)
return s; return s;
} }
/* FIXME: consider initializing some global data structures with this info */ /* FIXME: consider initializing some global data structures with this info */
}
#else #else
g_have_numa = false; g_have_numa = false;
DEBUG("NUMA: not supported\n"); DEBUG("NUMA: not supported\n");
...@@ -340,7 +341,7 @@ BAILOUT: ...@@ -340,7 +341,7 @@ BAILOUT:
else else
return MSTRO_OK; return MSTRO_OK;
} }
/** minimum mlock() limit */ /** minimum mlock() limit */
#define MSTRO_MIN_MEMLOCK (4*sizeof(g_component_descriptor)) #define MSTRO_MIN_MEMLOCK (4*sizeof(g_component_descriptor))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment