Re: [libvirt] [PATCH 4/7] Move virStoragePerms to libvirt_util

2009-09-25 Thread Daniel P. Berrange
On Fri, Sep 25, 2009 at 02:27:30PM +0100, Mark McLoughlin wrote: > Rename to virStorageFilePerms and move to util/storage_file.[ch] > > * src/conf/storage_conf.h: move perms struct from here ... > > * src/util/storage_file.h: ... to here > > * src/conf/storage_conf.c: update > --- > src/conf/st

[libvirt] [PATCH 4/7] Move virStoragePerms to libvirt_util

2009-09-25 Thread Mark McLoughlin
Rename to virStorageFilePerms and move to util/storage_file.[ch] * src/conf/storage_conf.h: move perms struct from here ... * src/util/storage_file.h: ... to here * src/conf/storage_conf.c: update --- src/conf/storage_conf.c |2 +- src/conf/storage_conf.h | 18 +++--- src/util