mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-03 08:21:58 +03:00
Python binding for storage pool lifecycle events API
Code matches the network event API implementation
This commit is contained in:
committed by
Cole Robinson
parent
b4629027f8
commit
7eaab4a6c2
@ -173,6 +173,9 @@ for cname in wantfunctions:
|
||||
continue
|
||||
if name[0:22] == "virConnectNetworkEvent" and name[-8:] == "Callback":
|
||||
continue
|
||||
if (name.startswith("virConnectStoragePoolEvent") and
|
||||
name.endswith("Callback")):
|
||||
continue
|
||||
|
||||
|
||||
# virEvent APIs go into main 'libvirt' namespace not any class
|
||||
|
Reference in New Issue
Block a user