xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] libxl: fix declaration of libxl_primary_console_exec_0x040700
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Jackson @ 2016-08-08 15:10 UTC (permalink / raw)
  To: Wei Liu; +Cc: Xen-devel

Wei Liu writes ("[PATCH] libxl: fix declaration of libxl_primary_console_exec_0x040700"):
> Add missing "int".

Ooops!

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] libxl: fix declaration of libxl_primary_console_exec_0x040700
  2016-08-08 15:10 ` Ian Jackson
@ 2016-08-08 15:11   ` Wei Liu
  0 siblings, 0 replies; 3+ messages in thread
From: Wei Liu @ 2016-08-08 15:11 UTC (permalink / raw)
  To: Ian Jackson; +Cc: Xen-devel, Wei Liu

On Mon, Aug 08, 2016 at 04:10:11PM +0100, Ian Jackson wrote:
> Wei Liu writes ("[PATCH] libxl: fix declaration of libxl_primary_console_exec_0x040700"):
> > Add missing "int".
> 
> Ooops!
> 
> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

Thanks. I will push it soon.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).