utils/QubesWatch: provide domain UUID to domain_callback
This commit is contained in:
parent
9bfcb72722
commit
01e208d5ec
@ -810,7 +810,7 @@ class QubesWatch(object):
|
|||||||
# ignore other events for now
|
# ignore other events for now
|
||||||
return None
|
return None
|
||||||
if self.domain_callback:
|
if self.domain_callback:
|
||||||
self.domain_callback(name=domain.name())
|
self.domain_callback(name=domain.name(), uuid=domain.UUID())
|
||||||
|
|
||||||
def _device_removed(self, conn, domain, device, param):
|
def _device_removed(self, conn, domain, device, param):
|
||||||
if self.block_callback is not None:
|
if self.block_callback is not None:
|
||||||
|
Loading…
Reference in New Issue
Block a user