]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add API for thread cancellation
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 23 Jan 2012 14:58:13 +0000 (14:58 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 12 Mar 2013 18:07:11 +0000 (18:07 +0000)
commita2997142952942fe0ca1c4db63bfb8a60c413191
treed07151bbc8e7c1fab91f151324cf5c1e7fcae4ee
parent32b7e92db6e103751e92940fad0b5b8fa2a942fe
Add API for thread cancellation

Add a virThreadCancel function. This functional is inherently
dangerous and not something we want to use in general, but
integration with SELinux requires that we provide this stub.
We leave out any Win32 impl to discourage further use and
because obviously SELinux isn't enabled on Win32

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/libvirt_private.syms
src/util/virthread.h
src/util/virthreadpthread.c