Guest filesystem browser
-Copyright (C) 2010-2011 Red Hat Inc.
+Copyright (C) 2010-2015 Red Hat Inc.
To compile from source, install the prerequisites (run the ./configure
script and it will tell you what's missing).
Note these minimum versions of libguestfs:
- libguestfs >= 1.13.2 (on development branch)
- libguestfs >= 1.12.2 (on stable-1.12 branch)
- libguestfs >= 1.10.6 (on stable-1.10 branch)
+ libguestfs >= 1.32 (on stable-1.32 branch)
+ libguestfs >= 1.31.12 (on development branch)
Developers/contributors: Please read the "HACKING" file.
(* Guestfs Browser.
- * Copyright (C) 2010-2011 Red Hat Inc.
+ * Copyright (C) 2010-2015 Red Hat Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
(* Attach progress bar callback. *)
ignore (
g#set_event_callback (
- fun g event handle buf array ->
+ fun event handle buf array ->
if event == G.EVENT_PROGRESS && Array.length array >= 4 then (
let proc_nr = array.(0)
and serial = array.(1)