]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Implement virRun as a wrapper around virCommand
authorCole Robinson <crobinso@redhat.com>
Fri, 6 May 2011 20:41:03 +0000 (16:41 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 7 Jun 2011 15:24:52 +0000 (11:24 -0400)
commit3c269b51a6f03a1a678e8d857522c6179dc8b31e
tree16ac1a2f6c46cfd4b042e1457480970eb1c3bb6c
parentd886ed9597c46b690e2ffb937e6982373c326095
util: Implement virRun as a wrapper around virCommand

v2:
    Simplify command building
    Handle command building failure

v3:
    Remove unneeded NULL check

Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/util/util.c