]> xenbits.xensource.com Git - libvirt.git/commit
header: declare node memory parameter handling earlier
authorEric Blake <eblake@redhat.com>
Tue, 23 Oct 2012 17:47:46 +0000 (11:47 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 23 Oct 2012 20:32:46 +0000 (14:32 -0600)
commit5a2e1185bd4a4336dc68caf783f3d7a21bf22fed
treed0de117027623e42cbf57a3a17a47518e9a5314c
parent86e78667b88c002ffe0b5f0ad9c14de2f7faa632
header: declare node memory parameter handling earlier

Commit 12ad7435 added new functions (virNodeGetMemoryParameters,
virNodeSetMemoryParameters) into the section of the file reserved
for deprecated names.  Fix this by moving things earlier; split
into two patches to make git diff easier to read.

* include/libvirt/libvirt.h.in: Move virNodeGetMemoryParameters
and friends earlier, add a note to prevent relapse.
include/libvirt/libvirt.h.in