libvirt
/
libvirt-python
|
master
|
15 mins and 27 secs
|
Daniel P. Berrangé
|
fix build with older libvirt missing virNWFilterBindingPtr
While we correctly disable all public API bindings that rely on virNWFilterBindingPtr, the generator is still creating a helper function that needs it - libvirt_virNWFilterBinding_pointer. Making this helper conditional is a little hairy, so just provide a trivial typedef to keep it happy.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
|
|