[Libguestfs] [PATCH 0/1] sparsify: Let --in-place capture ^C and shut down gracefully

Richard W.M. Jones rjones at redhat.com
Wed Nov 4 12:33:14 UTC 2015


This patch is easier to read if you use the 'git show -w' option.

Also observe that:

  fun a -> ( fun () -> (* code *) )

(ie. returning a closure) is identical to:

  fun a () -> (* code *)

Rich.




More information about the Libguestfs mailing list