]> xenbits.xensource.com Git - libvirt.git/commit
command: Add virCommandExec helper
authorCole Robinson <crobinso@redhat.com>
Fri, 6 May 2011 14:37:36 +0000 (10:37 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 10 May 2011 17:15:50 +0000 (13:15 -0400)
commitf095398a4718a2910a60830e96a9a97f60359e14
tree15f9acca4a9ec34ec0c488f45f067ac556cbc6d3
parent924eb9a4b40f1f76a8055ebc0d01594b32703b57
command: Add virCommandExec helper

Actually execs the argv/env we've generated, replacing the current process.
Kind of has a limited usage, but allows us to use virCommand in LXC
driver to launch the 'init' process
src/libvirt_private.syms
src/util/command.c
src/util/command.h