* [PATCH] libxl: fix declaration of libxl_primary_console_exec_0x040700
@ 2016-08-08 15:02 Wei Liu
2016-08-08 15:10 ` Ian Jackson
0 siblings, 1 reply; 3+ messages in thread
From: Wei Liu @ 2016-08-08 15:02 UTC (permalink / raw)
To: Xen-devel; +Cc: Wei Liu, Ian Jackson
Add missing "int".
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
tools/libxl/libxl.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h
index 030aad5..ae21302 100644
--- a/tools/libxl/libxl.h
+++ b/tools/libxl/libxl.h
@@ -1476,8 +1476,8 @@ static inline int libxl_console_exec_0x040700(libxl_ctx *ctx,
}
#define libxl_console_exec libxl_console_exec_0x040700
-static inline libxl_primary_console_exec_0x040700(libxl_ctx *ctx,
- uint32_t domid_vm)
+static inline int libxl_primary_console_exec_0x040700(libxl_ctx *ctx,
+ uint32_t domid_vm)
{
return libxl_primary_console_exec(ctx, domid_vm, -1);
}
--
2.1.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-08 15:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-08 15:02 [PATCH] libxl: fix declaration of libxl_primary_console_exec_0x040700 Wei Liu
2016-08-08 15:10 ` Ian Jackson
2016-08-08 15:11 ` Wei Liu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.