]> xenbits.xensource.com Git - libvirt.git/commit
docs: document correct flag name
authorEric Blake <eblake@redhat.com>
Fri, 24 Jun 2011 15:02:39 +0000 (09:02 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 24 Jun 2011 15:04:49 +0000 (09:04 -0600)
commitdb323e3b9787f058856f1d46180462f307634126
treebebb284a948725cd67a967fd8fb245f17e0f6753
parent1aa859d633fb921c6c5019ed0d50ab11d53c5c00
docs: document correct flag name

When adding virDomainGetVcpusFlags in commit ea3f5c6, I did
enough rebasing that the doc comments in libvirt.c no longer
matched the final chosen enum names in libvirt.h.

And now we've gone ahead and deprecated the names
VIR_DOMAIN_VCPU_{LIVE,CONFIG}.

* src/libvirt.c (virDomainGetVcpusFlags): Fix comment.
src/libvirt.c