]> xenbits.xensource.com Git - people/dariof/libvirt.git/commitdiff
AbortJob: Fix documentation
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 8 Nov 2012 14:11:41 +0000 (15:11 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 12 Nov 2012 09:39:39 +0000 (10:39 +0100)
This API was never synchronous and probably doesn't even need to be.

src/libvirt.c

index bcb8233e170d4572c582f23e2b1bfc52153b681c..bdb1dc6a053177b3411a6a04ea2c79120b74fbca 100644 (file)
@@ -17182,8 +17182,7 @@ error:
  * @domain: a domain object
  *
  * Requests that the current background job be aborted at the
- * soonest opportunity. This will block until the job has
- * either completed, or aborted.
+ * soonest opportunity.
  *
  * Returns 0 in case of success and -1 in case of failure.
  */