WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] xend: Remove disused constants

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xend: Remove disused constants
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 02 Jul 2009 08:51:12 -0700
Delivery-date: Thu, 02 Jul 2009 08:56:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] xend: Remove disused constants, Xen patchbot-unstable <=