summaryrefslogtreecommitdiffstats
path: root/capitests/test-user-cancel.c
Commit message (Collapse)AuthorAgeFilesLines
* Add user cancellation to the C API.Richard W.M. Jones2011-07-151-0/+327
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.