[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Libvir] PATCH 1/2 QEMU driver - internal driver
- From: Jim Meyering <jim meyering net>
- To: "Daniel P. Berrange" <berrange redhat com>
- Cc: libvir-list redhat com
- Subject: Re: [Libvir] PATCH 1/2 QEMU driver - internal driver
- Date: Wed, 14 Feb 2007 14:13:19 +0100
"Daniel P. Berrange" <berrange redhat com> wrote:
> The attached patch implements the library driver for QEMU.
...
> +int qemuClose (virConnectPtr conn) {
> + if (conn->handle != -1) {
> + close(conn->handle);
> + conn->handle = -1;
> + }
> + return 0;
> +}
Hi Dan,
In follow-up discussion you said you knew of other places
where it'd be good to check for less-common failures.
This "close" is probably one of them.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]