[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xend: Remove disused constants
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1246530930 -3600 # Node ID 8d525e5f50dcb526f5a8f627b0da644811e13f66 # Parent 027ea584362312baac385d85c81cbe31c3e76ba9 xend: Remove disused constants This patch removes disused constants from XendConstants.py. Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx> --- tools/python/xen/xend/XendConstants.py | 5 ----- 1 files changed, 5 deletions(-) diff -r 027ea5843623 -r 8d525e5f50dc tools/python/xen/xend/XendConstants.py --- a/tools/python/xen/xend/XendConstants.py Thu Jul 02 11:34:48 2009 +0100 +++ b/tools/python/xen/xend/XendConstants.py Thu Jul 02 11:35:30 2009 +0100 @@ -89,12 +89,7 @@ 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 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |