diff options
Diffstat (limited to 'tools/libxl/libxl_x86.c')
-rw-r--r-- | tools/libxl/libxl_x86.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libxl/libxl_x86.c b/tools/libxl/libxl_x86.c index e4c00aa907..590e39dc9a 100644 --- a/tools/libxl/libxl_x86.c +++ b/tools/libxl/libxl_x86.c @@ -207,7 +207,8 @@ static int e820_sanitize(libxl_ctx *ctx, struct e820entry src[], return 0; } -int libxl__e820_alloc(libxl__gc *gc, uint32_t domid, libxl_domain_config *d_config) +static int libxl__e820_alloc(libxl__gc *gc, uint32_t domid, + libxl_domain_config *d_config) { libxl_ctx *ctx = libxl__gc_owner(gc); int rc; |