[libvirt] [PATCH] docs: improve VIR_DOMAIN_AFFECT_CURRENT description

* include/libvirt/libvirt.h.in (virDomainModificationImpact): Reword. --- include/libvirt/libvirt.h.in | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in index 76ad908..a7c5f72 100644 --- a/include/libvirt/libvirt.h.in +++ b/include/libvirt/libvirt.h.in @@ -144,11 +144,16 @@ typedef enum { /** * virDomainModificationImpact: * - * Several APIs take flags to determine whether a change to the domain - * affects just the running instance, just the persistent definition, - * or both. The use of VIR_DOMAIN_AFFECT_CURRENT will resolve to - * either VIR_DOMAIN_AFFECT_LIVE or VIR_DOMAIN_AFFECT_CONFIG according - * to current domain state. VIR_DOMAIN_AFFECT_LIVE requires a running + * Several modification APIs take flags to determine whether a change + * to the domain affects just the running instance, just the + * persistent definition, or both at the same time. The counterpart + * query APIs also take the same flags to determine whether to query + * the running instance or persistent definition, although both cannot + * be queried at once. + * + * The use of VIR_DOMAIN_AFFECT_CURRENT will resolve to either + * VIR_DOMAIN_AFFECT_LIVE or VIR_DOMAIN_AFFECT_CONFIG according to + * current domain state. VIR_DOMAIN_AFFECT_LIVE requires a running * domain, and VIR_DOMAIN_AFFECT_CONFIG requires a persistent domain * (whether or not it is running). */ -- 1.7.4.4

2011/6/13 Eric Blake <eblake@redhat.com>:
* include/libvirt/libvirt.h.in (virDomainModificationImpact): Reword. --- include/libvirt/libvirt.h.in | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-)
ACK. -- Matthias Bolte http://photron.blogspot.com

On 06/14/2011 03:07 AM, Matthias Bolte wrote:
2011/6/13 Eric Blake <eblake@redhat.com>:
* include/libvirt/libvirt.h.in (virDomainModificationImpact): Reword. --- include/libvirt/libvirt.h.in | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-)
ACK.
Thanks; pushed. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
participants (2)
-
Eric Blake
-
Matthias Bolte