Daemon and library are mostly talking to each other now.
authorRichard Jones <rjones@redhat.com>
Fri, 3 Apr 2009 16:24:35 +0000 (17:24 +0100)
committerRichard Jones <rjones@redhat.com>
Fri, 3 Apr 2009 16:24:35 +0000 (17:24 +0100)
commit40ca9a57829f2e82362e391d7d998bf33c8bd671
tree39990f925b9ae363af6d219a985a70adec9af016
parentcd2fd58da3f5648a62f3fb7586cdc910c09a31af
Daemon and library are mostly talking to each other now.
18 files changed:
.gitignore
daemon/Makefile.am
daemon/actions.h
daemon/daemon.h [new file with mode: 0644]
daemon/guestfsd.c
daemon/proto.c [new file with mode: 0644]
daemon/stubs.c
daemon/sync.c [new file with mode: 0644]
examples/Makefile.am
examples/hello.c [new file with mode: 0644]
guestfs.pod
src/Makefile.am
src/generator.ml
src/guestfs-actions.c
src/guestfs.c
src/guestfs_protocol.c [new file with mode: 0644]
src/guestfs_protocol.h [new file with mode: 0644]
src/guestfs_protocol.x