xend: Fix typo _gatherDom -> gatherDom.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 9 Oct 2008 09:06:50 +0000 (10:06 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 9 Oct 2008 09:06:50 +0000 (10:06 +0100)
Signed-off-by: Jim Fehlig <jfehlig@novell.com>
tools/python/xen/xend/image.py

index dd5e83fd8e9552e24552ac9aad579908b38a25c3..4690c93aa333c3f8ffbf4730ea1ae1a06c6422d3 100644 (file)
@@ -502,7 +502,7 @@ class ImageHandler:
         if fifo_fd >= 0:
             self._openSentinel(sentinel_path_fifo)
             os.close(fifo_fd)
-            self.pid = self.vm._gatherDom(('image/device-model-pid', int))
+            self.pid = self.vm.gatherDom(('image/device-model-pid', int))
             log.debug("%s device model rediscovered, pid %s sentinel fifo %s",
                     name, self.pid, sentinel_path_fifo)
             self.sentinel_thread = thread.start_new_thread(self._sentinel_watch,())