Re: [libvirt] [PATCH 6/7] Move virStorageBackendProbeTarget to libvirt_util

2009-09-25 Thread Daniel P. Berrange
On Fri, Sep 25, 2009 at 02:27:32PM +0100, Mark McLoughlin wrote: > > +int virStorageFileProbeHeader(virConnectPtr conn, > + const char *path, > + int *format, > + char **backingStore, > +

[libvirt] [PATCH 6/7] Move virStorageBackendProbeTarget to libvirt_util

2009-09-25 Thread Mark McLoughlin
Finally, we get to the point of all this. Rename virStorageBackendProbeTarget() to virStorageFileProbeHeader() and move to src/util/storage_file.[ch] * src/storage/storage_backend_fs.c: move code from here ... * src/util/storage_file.[ch]: ... to here * src/libvirt_private.syms: export virStora