From 02ecd048d3caf7804361bb0f5dca071f97aefaa1 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 12 Nov 2012 12:56:39 +0000 Subject: lib: Split up huge src/guestfs.c into logical compilation units. This file had grown by accretion to include: - code related to handles (now in src/handle.c) - safe allocation (src/alloc.c) - debug, errors, warnings (src/errors.c) - private data (src/private-data.c) - miscellaneous functions (src/canonical-name.c, src/utils.c) This commit also removes about a dozen #include files which were probably not really used. This is just code motion. --- po/POTFILES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'po') diff --git a/po/POTFILES b/po/POTFILES index fcaa77ce..622c0158 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -225,18 +225,21 @@ src/actions-5.c src/actions-6.c src/actions-support.c src/actions-variants.c +src/alloc.c src/appliance.c src/bindtests.c +src/canonical-name.c src/command.c src/dbdump.c src/errnostring-gperf.c src/errnostring.c +src/errors.c src/events.c src/file.c src/filearch.c src/free-structs.c src/fuse.c -src/guestfs.c +src/handle.c src/info.c src/inspect-apps.c src/inspect-fs-cd.c @@ -253,8 +256,10 @@ src/libvirt-auth.c src/libvirt-domain.c src/listfs.c src/match.c +src/private-data.c src/proto.c src/tmpdirs.c +src/utils.c test-tool/test-tool.c tools/virt-list-filesystems.pl tools/virt-list-partitions.pl -- cgit