]> xenbits.xensource.com Git - libvirt.git/commit
Fix virProcessKillPainfully on Win32
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 16 Oct 2012 14:46:12 +0000 (15:46 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 16 Oct 2012 14:47:14 +0000 (15:47 +0100)
commit84912e9c919a7339952daa01806c0fc5ab9fc989
tree290e55f0be7f5d660e6bc6fbb61cc77eeaf27d31
parent381a339e98e74cecbdc919ef1c621e343f640d8a
Fix virProcessKillPainfully on Win32

Win32 platforms don't have SIGKILL defined, but they do have
SIGABRT. Since our virProcess wrapper treats anything which
isn't SIGTERM/SIGINT as equivalent to SIGKILL, just use
SIGABRT on Win32.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/virprocess.c