]> xenbits.xensource.com Git - libvirt.git/commit
Port hooks and iptables code to new command execution APIs
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 25 May 2010 11:18:53 +0000 (12:18 +0100)
committerEric Blake <eblake@redhat.com>
Thu, 2 Dec 2010 23:00:47 +0000 (16:00 -0700)
commit3709a386c9d469136a74494b4653233390ff873c
treea103fd3b63d94b4808b7d41c6cbaabd50e6b0193
parenta317c50a043d40c706b13e6fb72c6e9ed41180c2
Port hooks and iptables code to new command execution APIs

This proof of concept shows how two existing uses of virExec
and virRun can be ported to the new virCommand APIs, and how
much simpler the code becomes
src/util/hooks.c
src/util/iptables.c