utils/QubesWatch: provide domain UUID to domain_callback

This commit is contained in:
Marek Marczykowski-Górecki 2015-03-30 00:08:00 +02:00
parent 9bfcb72722
commit 01e208d5ec

View File

@ -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: