]> xenbits.xensource.com Git - libvirt.git/commit
header: declare typed 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:45 +0000 (14:32 -0600)
commit86e78667b88c002ffe0b5f0ad9c14de2f7faa632
treed3d2a63c2db389b852dc2fb3576fd7e625f62e3e
parentcf9bced084d64112db43da76332b84c6a64fd438
header: declare typed 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 virTypedParameter earlier.
include/libvirt/libvirt.h.in