Rearrange library code into separate files.
authorRichard Jones <rjones@redhat.com>
Tue, 27 Jul 2010 12:01:39 +0000 (13:01 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 17 Aug 2010 14:32:10 +0000 (15:32 +0100)
commitc9d9318a6c416e5479975be7bb1813bc8c617114
treefef58033774b9d2ea72cedb1bdda1f9ff89db11c
parentded9a5148b662bb0233bd8e431b2d43ea8163d62
Rearrange library code into separate files.

We split the library code into these separate files:

 - guestfs.c: creating handles, closing handles, handle-related variables
 - actions.c: generated library-side stubs for each action
 - bindtests.c: generated code to test bindings
 - launch.c: launching the appliance
 - proto.c: the library side of the daemon communications protocol

This is just code movement.

Cherry picked from commit 41f25ab3df5f306ac717fa7a6efd58328d30c1ae
and rebased for stable branch.
po/POTFILES.in
src/Makefile.am
src/guestfs-internal.h
src/guestfs.c
src/launch.c [new file with mode: 0644]
src/proto.c [new file with mode: 0644]