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
|
||||
return None
|
||||
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):
|
||||
if self.block_callback is not None:
|
||||
|
Loading…
Reference in New Issue
Block a user