summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorPavel Hrdina <phrdina@redhat.com>2020-12-02 13:10:59 +0100
committerPavel Hrdina <phrdina@redhat.com>2021-01-22 11:10:27 +0100
commit90caf9d76380be1bb3b6aaee85faae0ed14295b4 (patch)
tree7220f4f71a139b640eee388cee63eca0bc27c488 /po
parent3e210d204c371a5a099ba0ae26071b50b71fa38e (diff)
downloadlibvirt-90caf9d76380be1bb3b6aaee85faae0ed14295b4.tar.gz
storage: move storage file sources to separate directory
Introduce a new storage_file directory where we will keep storage file related code. Add a backend prefix to the file name to separate it from other future files with 'storage_file' prefix. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 14636d4b93..397453a1c9 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -222,9 +222,9 @@
@SRCDIR@src/storage/storage_backend_vstorage.c
@SRCDIR@src/storage/storage_backend_zfs.c
@SRCDIR@src/storage/storage_driver.c
-@SRCDIR@src/storage/storage_file_fs.c
-@SRCDIR@src/storage/storage_file_gluster.c
@SRCDIR@src/storage/storage_util.c
+@SRCDIR@src/storage_file/storage_file_backend_fs.c
+@SRCDIR@src/storage_file/storage_file_backend_gluster.c
@SRCDIR@src/test/test_driver.c
@SRCDIR@src/util/iohelper.c
@SRCDIR@src/util/viralloc.c