]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
conf: Turn def->maxvcpus into size_t
authorPeter Krempa <pkrempa@redhat.com>
Mon, 26 Oct 2015 14:16:58 +0000 (15:16 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Dec 2015 13:57:12 +0000 (14:57 +0100)
commit80a59b4aaecd0bbd81c2c0c2e58bf2e7c0b90ae2
treea750ed29565f6cbbefd6283be9a0f58eb21f9d94
parent71c89ac9dfba1d59059eb5752580f0e08c6cc7b4
conf: Turn def->maxvcpus into size_t

Later on this will also be used to track size of the vcpu data array.
Use size_t so that we can utilize the memory allocation helpers.
src/conf/domain_conf.c
src/conf/domain_conf.h