@SRCDIR@src/storage/storage_backend_zfs.c
@SRCDIR@src/storage/storage_driver.c
@SRCDIR@src/storage/storage_util.c
+@SRCDIR@src/storage_file/storage_file_backend.c
@SRCDIR@src/storage_file/storage_file_backend_fs.c
@SRCDIR@src/storage_file/storage_file_backend_gluster.c
@SRCDIR@src/storage_file/storage_source.c
@SRCDIR@src/util/virsocketaddr.c
@SRCDIR@src/util/virstorageencryption.c
@SRCDIR@src/util/virstoragefile.c
-@SRCDIR@src/util/virstoragefilebackend.c
@SRCDIR@src/util/virstoragefileprobe.c
@SRCDIR@src/util/virstring.c
@SRCDIR@src/util/virsysinfo.c
virSecurityXATTRNamespaceDefined;
+# storage_file/storage_file_backend.h
+virStorageFileBackendRegister;
+
+
# storage_file/storage_source.h
virStorageFileAccess;
virStorageFileChainLookup;
virStorageTypeToString;
-# util/virstoragefilebackend.h
-virStorageFileBackendRegister;
-
-
# util/virstoragefileprobe.h
virStorageFileProbeFormat;
virStorageFileProbeGetMetadata;
storage_file_sources = [
'storage_source.c',
+ 'storage_file_backend.c',
]
stoarge_file_fs_sources = [
/*
- * virstoragefilebackend.c: internal storage source backend contract
+ * storage_file_backend.c: internal storage source backend contract
*
* Copyright (C) 2007-2018 Red Hat, Inc.
* Copyright (C) 2007-2008 Daniel P. Berrange
#include "virerror.h"
#include "viralloc.h"
#include "internal.h"
-#include "virstoragefilebackend.h"
+#include "storage_file_backend.h"
#include "virlog.h"
#include "virmodule.h"
#include "virfile.h"
/*
- * virstoragefilebackend.h: internal storage source backend contract
+ * storage_file_backend.h: internal storage source backend contract
*
* Copyright (C) 2007-2018 Red Hat, Inc.
*
#include <fcntl.h>
#include "virerror.h"
+#include "storage_file_backend.h"
#include "storage_file_backend_fs.h"
#include "storage_util.h"
-#include "virstoragefilebackend.h"
#include "vircommand.h"
#include "viralloc.h"
#include "virfile.h"
#include <glusterfs/api/glfs.h>
+#include "storage_file_backend.h"
#include "storage_file_backend_gluster.h"
#include "viralloc.h"
#include "virerror.h"
#include "virlog.h"
#include "virstoragefile.h"
-#include "virstoragefilebackend.h"
#include "virstring.h"
#define VIR_FROM_THIS VIR_FROM_STORAGE
#include <unistd.h>
#include "internal.h"
+#include "storage_file_backend.h"
#include "storage_source.h"
#include "viralloc.h"
#include "virerror.h"
#include "virlog.h"
#include "virobject.h"
#include "virstoragefile.h"
-#include "virstoragefilebackend.h"
#include "virstoragefileprobe.h"
#include "virstring.h"
#include "viruri.h"
'virsocketaddr.c',
'virstorageencryption.c',
'virstoragefile.c',
- 'virstoragefilebackend.c',
'virstoragefileprobe.c',
'virstring.c',
'virsysinfo.c',