]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Export virLease* functions for leases file handling
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 14 Feb 2016 06:50:12 +0000 (07:50 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 18 Mar 2016 16:29:53 +0000 (17:29 +0100)
commitfd9514f8d27880014e08f7984dfa31df6a6adb0f
tree56175ce40d2ba814b76a4b4e86cdc4ed8e48a330
parentadddaff1836f928b14865771294bab0b1eedd01c
Export virLease* functions for leases file handling

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@redhat.com>
po/POTFILES.in
src/Makefile.am
src/libvirt_private.syms
src/network/leaseshelper.c
src/util/virlease.c [new file with mode: 0644]
src/util/virlease.h [new file with mode: 0644]