Destroy libvirt domains with signal 60/23960/1
authorLukasz Kostyra <l.kostyra@samsung.com>
Fri, 4 Jul 2014 12:39:17 +0000 (14:39 +0200)
committerLukasz Kostyra <l.kostyra@samsung.com>
Mon, 7 Jul 2014 06:49:12 +0000 (08:49 +0200)
commit074d35a10695b412514dfe96581204044c3217c2
tree781eb625ddaa7a3cfc21b937f710905870e94b5f
parent1292f6ebd110df620e45c94d923d33fc7a27fca3
Destroy libvirt domains with signal

[Feature]       Libvirt now destroys its domains with signal.
[Cause]         Destroying a domain in other way requires setns, which might not be available on
                some systems.
[Solution]      Tell libvirt to destroy a domain with signal.
[Verification]  Build, install, run tests. All should pass.

Change-Id: I9d990488dd9a049feba2c02b070be2e4320029db
server/container-admin.cpp