Loading cloudcontrol/node/hypervisor/lib.py +2 −0 Original line number Diff line number Diff line Loading @@ -165,6 +165,8 @@ class EventLoop(object): It cannot be used from other threads. """ # singletion usage is very important because libvirt.virEventRegisterImpl # would segfaults on libvirt 0.8.X __metaclass__ = Singleton def __init__(self, loop): Loading Loading
cloudcontrol/node/hypervisor/lib.py +2 −0 Original line number Diff line number Diff line Loading @@ -165,6 +165,8 @@ class EventLoop(object): It cannot be used from other threads. """ # singletion usage is very important because libvirt.virEventRegisterImpl # would segfaults on libvirt 0.8.X __metaclass__ = Singleton def __init__(self, loop): Loading