aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-07-02 11:35:30 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-07-02 11:35:30 +0100
commitf8128d6e5deb275eea6262abdb96b42d3593212c (patch)
tree7bda1800e3ff6a02538151a476c5ec0926bd2e20 /tools
parentf6833dff97820d32fcd015d4c86cf99e52d19b43 (diff)
downloadxen-f8128d6e5deb275eea6262abdb96b42d3593212c.tar.gz
xen-f8128d6e5deb275eea6262abdb96b42d3593212c.tar.bz2
xen-f8128d6e5deb275eea6262abdb96b42d3593212c.zip
xend: Remove disused constants
This patch removes disused constants from XendConstants.py. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/python/xen/xend/XendConstants.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/python/xen/xend/XendConstants.py b/tools/python/xen/xend/XendConstants.py
index 7082bd8c2e..22cec05652 100644
--- a/tools/python/xen/xend/XendConstants.py
+++ b/tools/python/xen/xend/XendConstants.py
@@ -89,13 +89,8 @@ DOM_STATES_OLD = [
'dying'
]
-STATE_DOM_OK = 1
-STATE_DOM_SHUTDOWN = 2
-
SHUTDOWN_TIMEOUT = (60.0 * 5)
-ZOMBIE_PREFIX = 'Zombie-'
-
"""Minimum time between domain restarts in seconds."""
MINIMUM_RESTART_TIME = 60