diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-07-15 10:43:36 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-07-15 14:11:46 +0100 |
commit | 9ec9c97ce2ba46e56b304d3a367c86adc703160d (patch) | |
tree | 69c7ea6ab8a6664d95c8573863536f54284931c7 /.gitignore | |
parent | f173543fd207bdc254a5eb75180d82ef25eacae9 (diff) | |
download | libguestfs-9ec9c97ce2ba46e56b304d3a367c86adc703160d.tar.gz libguestfs-9ec9c97ce2ba46e56b304d3a367c86adc703160d.tar.xz libguestfs-9ec9c97ce2ba46e56b304d3a367c86adc703160d.zip |
Add user cancellation to the C API.
This allows long transfers (FileIn and FileOut operations) to be
cancelled by calling the signal and thread safe guestfs_user_cancel
function.
Most of this commit consists of a multithreaded program that tests
user cancellation of uploads and downloads.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ capitests/test-debug-to-file capitests/test-just-header capitests/test-last-errno capitests/test-private-data +capitests/test-user-cancel capitests/test*.img capitests/tests capitests/tests.c |