@SRCDIR@src/conf/snapshot_conf.c
@SRCDIR@src/conf/storage_adapter_conf.c
@SRCDIR@src/conf/storage_conf.c
+@SRCDIR@src/conf/storage_encryption_conf.c
@SRCDIR@src/conf/storage_source_conf.c
@SRCDIR@src/conf/virchrdev.c
@SRCDIR@src/conf/virdomainmomentobjlist.c
@SRCDIR@src/util/virscsivhost.c
@SRCDIR@src/util/virsecret.c
@SRCDIR@src/util/virsocketaddr.c
-@SRCDIR@src/util/virstorageencryption.c
@SRCDIR@src/util/virstoragefile.c
@SRCDIR@src/util/virstring.c
@SRCDIR@src/util/virsysinfo.c
#include "internal.h"
#include "virconftypes.h"
#include "capabilities.h"
-#include "virstorageencryption.h"
+#include "storage_encryption_conf.h"
#include "cpu_conf.h"
#include "virthread.h"
#include "virhash.h"
'storage_adapter_conf.c',
'storage_capabilities.c',
'storage_conf.c',
+ 'storage_encryption_conf.c',
'storage_source_conf.c',
'virstorageobj.c',
]
#pragma once
#include "internal.h"
-#include "virstorageencryption.h"
+#include "storage_encryption_conf.h"
#include "storage_source_conf.h"
#include "virbitmap.h"
#include "virthread.h"
/*
- * virstorageencryption.c: volume encryption information
+ * storage_encryption_conf.c: volume encryption information
*
* Copyright (C) 2009-2014 Red Hat, Inc.
*
#include "virbuffer.h"
#include "viralloc.h"
-#include "virstorageencryption.h"
+#include "storage_encryption_conf.h"
#include "virxml.h"
#include "virerror.h"
#include "viruuid.h"
/*
- * virstorageencryption.h: volume encryption information
+ * storage_encryption_conf.h: volume encryption information
*
* Copyright (C) 2009-2011, 2014 Red Hat, Inc.
*
#pragma once
+#include "storage_encryption_conf.h"
#include "virbitmap.h"
#include "virenum.h"
#include "virobject.h"
#include "virpci.h"
#include "virseclabel.h"
#include "virsecret.h"
-#include "virstorageencryption.h"
/* Types of disk backends (host resource). Comparable to the public
* virStorageVolType, except we have an undetermined state, don't have
virStorageVolTypeToString;
+# conf/storage_encryption_conf.h
+virStorageEncryptionFormat;
+virStorageEncryptionFree;
+virStorageEncryptionParseNode;
+
+
# conf/storage_event.h
virStoragePoolEventLifecycleNew;
virStoragePoolEventRefreshNew;
virSocketAddrSetPort;
-# util/virstorageencryption.h
-virStorageEncryptionFormat;
-virStorageEncryptionFree;
-virStorageEncryptionParseNode;
-
-
# util/virstoragefile.h
virStorageFileCanonicalizePath;
virStorageFileGetNPIVKey;
'virsecret.c',
'virsocket.c',
'virsocketaddr.c',
- 'virstorageencryption.c',
'virstoragefile.c',
'virstring.c',
'virsysinfo.c',