]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Don't pass virConnectPtr in nwfilter 'struct domUpdateCBStruct'
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 3 Oct 2013 11:45:26 +0000 (12:45 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 7 Oct 2013 13:19:10 +0000 (14:19 +0100)
commitebca369e3fe5ac999c261c2d44e60a1bac3cfe65
treebd8cbc8882a549adfb75499522fbe15fa8da0f58
parentb77b16ce4166dcc87963ae5d279b77b162ddbb55
Don't pass virConnectPtr in nwfilter 'struct domUpdateCBStruct'

The nwfilter driver only needs a reference to its private
state object, not a full virConnectPtr. Update the domUpdateCBStruct
struct to have a 'void *opaque' field instead of a virConnectPtr.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/conf/nwfilter_conf.c
src/conf/nwfilter_conf.h
src/nwfilter/nwfilter_dhcpsnoop.c
src/nwfilter/nwfilter_driver.c
src/nwfilter/nwfilter_gentech_driver.c
src/nwfilter/nwfilter_gentech_driver.h
src/nwfilter/nwfilter_learnipaddr.c