ia64/xen-unstable
changeset 17101:b21b434b3b1a
New Xenbus states Reconfiguring and Reconfigured.
Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com>
Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Fri Feb 22 10:07:35 2008 +0000 (2008-02-22) |
parents | 09b53f27a18b |
children | 8338290757c5 |
files | xen/include/public/io/xenbus.h |
line diff
1.1 --- a/xen/include/public/io/xenbus.h Thu Feb 21 18:02:42 2008 +0000 1.2 +++ b/xen/include/public/io/xenbus.h Fri Feb 22 10:07:35 2008 +0000 1.3 @@ -56,7 +56,14 @@ enum xenbus_state { 1.4 */ 1.5 XenbusStateClosing = 5, 1.6 1.7 - XenbusStateClosed = 6 1.8 + XenbusStateClosed = 6, 1.9 + 1.10 + /* 1.11 + * Reconfiguring: The device is being reconfigured. 1.12 + */ 1.13 + XenbusStateReconfiguring = 7, 1.14 + 1.15 + XenbusStateReconfigured = 8 1.16 }; 1.17 typedef enum xenbus_state XenbusState; 1.18