On 05/22/2017 02:38 AM, Bjoern Walk wrote:
We will need some convenient helper functions for managing
sysfs-entries
for fibre channel-backed devices. Let's implement them and make them
available in the private API.
Signed-off-by: Bjoern Walk <bwalk(a)linux.vnet.ibm.com>
---
po/POTFILES.in | 1 +
src/Makefile.am | 1 +
src/libvirt_private.syms | 5 +++
src/util/virfcp.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++
src/util/virfcp.h | 34 +++++++++++++++++
5 files changed, 139 insertions(+)
create mode 100644 src/util/virfcp.c
create mode 100644 src/util/virfcp.h
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John