[libvirt] [PATCH v2 1/7] Export virLease* functions for leases file handling

Daniel P. Berrange berrange at redhat.com
Fri Feb 26 17:54:34 UTC 2016


On Thu, Feb 18, 2016 at 03:21:01PM +0100, Michal Privoznik wrote:
> These functions are going to be reused very shortly. So instead
> of duplicating the code, lets move them into utils module.
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  po/POTFILES.in             |   1 +
>  src/Makefile.am            |   1 +
>  src/libvirt_private.syms   |   6 +
>  src/network/leaseshelper.c | 271 +---------------------------------------
>  src/util/virlease.c        | 304 +++++++++++++++++++++++++++++++++++++++++++++
>  src/util/virlease.h        |  44 +++++++
>  6 files changed, 357 insertions(+), 270 deletions(-)
>  create mode 100644 src/util/virlease.c
>  create mode 100644 src/util/virlease.h

ACK


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list