Re: [Libguestfs] [PATCH 3/4] common/mltools: allow fd for machine readable output

2019-03-25 Thread Richard W.M. Jones
On Fri, Mar 22, 2019 at 04:33:42PM +0100, Pino Toscano wrote: > Allow to specify a file descriptor for the machine readable output. > > Sadly, the OCaml C glue for the channels is not public API, so enable > the internals for this... > --- > common/mltools/tools_utils-c.c | 17 + >

[Libguestfs] [PATCH 3/4] common/mltools: allow fd for machine readable output

2019-03-22 Thread Pino Toscano
Allow to specify a file descriptor for the machine readable output. Sadly, the OCaml C glue for the channels is not public API, so enable the internals for this... --- common/mltools/tools_utils-c.c | 17 + common/mltools/tools_utils.ml | 10 +- lib/guestfs.pod