|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Watch for @introduceDomain, for symmetry with the existi
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID af1ff22a56339206e5294ddd2684dd92532d2bf1
# Parent c0865290c0716f125c04e4903f08b39d74b6fc4a
Watch for @introduceDomain, for symmetry with the existing watch on
@releaseDomain.
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
diff -r c0865290c071 -r af1ff22a5633 tools/python/xen/xend/XendDomain.py
--- a/tools/python/xen/xend/XendDomain.py Tue Mar 28 10:25:22 2006
+++ b/tools/python/xen/xend/XendDomain.py Tue Mar 28 10:26:29 2006
@@ -81,7 +81,8 @@
# that we're sure that we haven't missed any releases, but inside
# the domains_lock, as we don't want the watch to fire until after
# the refresh call has completed.
- xswatch("@releaseDomain", self.onReleaseDomain)
+ xswatch("@introduceDomain", self.onChangeDomain)
+ xswatch("@releaseDomain", self.onChangeDomain)
self.refresh(True)
finally:
@@ -121,7 +122,7 @@
## private:
- def onReleaseDomain(self, _):
+ def onChangeDomain(self, _):
self.domains_lock.acquire()
try:
self.refresh()
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Watch for @introduceDomain, for symmetry with the existing watch on,
Xen patchbot -unstable <=
|
|
|
|
|