[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Libvir] [PATCH]: Fix build warning in xs_internal.c
- From: Chris Lalancette <clalance redhat com>
- To: libvir-list redhat com
- Subject: [Libvir] [PATCH]: Fix build warning in xs_internal.c
- Date: Tue, 06 Nov 2007 10:19:27 -0500
All,
Attached is a trivial patch to fix a build warning in xs_internal.c;
basically the xenUnifiedDriver structure doesn't have a domainDumpXML method, so
we had one too many NULLs.
Signed-off-by: Chris Lalancette <clalance redhat com>
Index: src/xs_internal.c
===================================================================
RCS file: /data/cvs/libvirt/src/xs_internal.c,v
retrieving revision 1.50
diff -u -r1.50 xs_internal.c
--- a/src/xs_internal.c 6 Nov 2007 11:49:01 -0000 1.50
+++ b/src/xs_internal.c 6 Nov 2007 15:15:01 -0000
@@ -71,7 +71,6 @@
NULL, /* domainPinVcpu */
NULL, /* domainGetVcpus */
NULL, /* domainGetMaxVcpus */
- NULL, /* domainDumpXML */
NULL, /* listDefinedDomains */
NULL, /* numOfDefinedDomains */
NULL, /* domainCreate */
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]