
Hmm there are some typos (listDomain -> listDefinedDomain, numOfDomains -> numOfDefineDomains) Please take this patch instead. Thanks, Quynh On Thu, Aug 28, 2008 at 2:09 PM, Atsushi SAKAI <sakaia@jp.fujitsu.com> wrote:
Hi, Quynh
Good catch! +1
Thanks Atsushi SAKAI
"Nguyen Anh Quynh" <aquynh@gmail.com> wrote:
Hi,
This patch uses gcc style to declare fields in virDriver structures. This also makes it easier to spot bugs.
$ diffstat fix3.patch lxc_driver.c | 118 ++++++++++++++++++++++++++-------------------------- openvz_driver.c | 118 ++++++++++++++++++++++++++-------------------------- qemu_driver.c | 126 ++++++++++++++++++++++++++++---------------------------- test.c | 118 ++++++++++++++++++++++++++-------------------------- 4 files changed, 240 insertions(+), 240 deletions(-)
Thanks, Quynh