[libvirt] PATCH [0/2]: Deprecate conn, dom, net virterror fields

Richard W.M. Jones rjones at redhat.com
Tue May 27 08:54:42 UTC 2008


On Tue, May 27, 2008 at 09:40:55AM +0100, Richard W.M. Jones wrote:
> On Tue, May 27, 2008 at 05:39:16PM +0900, Atsushi SAKAI wrote:
> > Hi, Rich
> > 
> > Your code seems to make compilation trouble.
> > http://builder.virt-manager.org/module-libvirt--devel.html
> 
> Thanks, taking a look now ...

I've checked in a patch which fixes this.  The patch is attached.

Rich.

-- 
Richard Jones, Emerging Technologies, Red Hat  http://et.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/
-------------- next part --------------
Index: ChangeLog
===================================================================
RCS file: /data/cvs/libvirt/ChangeLog,v
retrieving revision 1.1261
diff -u -r1.1261 ChangeLog
--- ChangeLog	23 May 2008 08:32:08 -0000	1.1261
+++ ChangeLog	27 May 2008 08:55:57 -0000
@@ -1,3 +1,9 @@
+Tue May 27 09:54:00 BST 2008 Richard W.M. Jones <rjones at redhat.com>
+
+	Fix use of header files in disk storage backend.
+	* src/storage_backend_disk.c: Include internal.h to resolve use
+	of header files.
+
 Fri May 23 09:23:00 BST 2008 Richard W.M. Jones <rjones at redhat.com>
 
 	Deprecate the conn, dom and net fields in the _virError structure.
Index: src/storage_backend_disk.c
===================================================================
RCS file: /data/cvs/libvirt/src/storage_backend_disk.c,v
retrieving revision 1.3
diff -u -r1.3 storage_backend_disk.c
--- src/storage_backend_disk.c	10 Apr 2008 16:53:29 -0000	1.3
+++ src/storage_backend_disk.c	27 May 2008 08:55:59 -0000
@@ -23,6 +23,7 @@
 
 #include <config.h>
 
+#include "internal.h"
 #include "storage_backend_disk.h"
 #include "util.h"
 


More information about the libvir-list mailing list