diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-19 14:28:15 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-08-05 21:30:52 +0100 |
commit | 4b0dd87b508a6a08c2b7f705e67df53c1e517816 (patch) | |
tree | 8c44bfbfa24ede8440c50296b77e4b65eacf0534 /fish | |
parent | 8569d9b4dc9ebf6f5276d94346524fe4959c23c4 (diff) | |
download | libguestfs-4b0dd87b508a6a08c2b7f705e67df53c1e517816.tar.gz libguestfs-4b0dd87b508a6a08c2b7f705e67df53c1e517816.tar.xz libguestfs-4b0dd87b508a6a08c2b7f705e67df53c1e517816.zip |
fish: Rename fish/virt.c to fish/domain.c
This file handles the -d option for guestfish and other C command line
utilities. Renaming this file makes it less confusing.
(cherry picked from commit 6054051a9d8a5eee4141ca4b12aa5b7d1f36f56d)
Diffstat (limited to 'fish')
-rw-r--r-- | fish/Makefile.am | 4 | ||||
-rw-r--r-- | fish/domain.c (renamed from fish/virt.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am index 6e2b9499..b9233364 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -64,13 +64,13 @@ EXTRA_DIST = \ # files must not include other guestfish files. SHARED_SOURCE_FILES = \ config.c \ + domain.c \ inspect.c \ keys.c \ options.h \ options.c \ progress.h \ - progress.c \ - virt.c + progress.c guestfish_SOURCES = \ $(generator_built) \ diff --git a/fish/virt.c b/fish/domain.c index 083ea656..083ea656 100644 --- a/fish/virt.c +++ b/fish/domain.c |