提交 3b7c7d88 编写于 作者: R Richard W.M. Jones

Change name of "blocked" state to "idle" (John Levon).

上级 a744ddad
Wed Sep 17 15:14:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
* src/virsh.c: Change name of "blocked" state to "idle" (John Levon).
Wed Sep 17 15:10:00 BST 2008 Richard W.M. Jones <rjones@redhat.com>
* include/libvirt/libvirt.h.in, src/libvirt.c: Fix comments
......
......@@ -6289,7 +6289,7 @@ vshDomainStateToString(int state)
case VIR_DOMAIN_RUNNING:
return gettext_noop("running");
case VIR_DOMAIN_BLOCKED:
return gettext_noop("blocked");
return gettext_noop("idle");
case VIR_DOMAIN_PAUSED:
return gettext_noop("paused");
case VIR_DOMAIN_SHUTDOWN:
......@@ -6311,7 +6311,7 @@ vshDomainVcpuStateToString(int state)
case VIR_VCPU_OFFLINE:
return gettext_noop("offline");
case VIR_VCPU_BLOCKED:
return gettext_noop("blocked");
return gettext_noop("idle");
case VIR_VCPU_RUNNING:
return gettext_noop("running");
default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册