search for: cc417bc

Displaying 1 result from an estimated 1 matches for "cc417bc".

Did you mean: c4c467bc
2015 Oct 21
1
[PATCH] v2v: move open_guestfs to Types
...ils, as will be needed by other functions in Types; Utils uses Types, so this avoids a circular dependency. --- v2v/types.ml | 10 ++++++++++ v2v/types.mli | 5 +++++ v2v/v2v.ml | 11 ++--------- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/v2v/types.ml b/v2v/types.ml index cc417bc..a295172 100644 --- a/v2v/types.ml +++ b/v2v/types.ml @@ -18,6 +18,9 @@ open Printf +open Common_gettext.Gettext +open Common_utils + (* Types. See types.mli for documentation. *) type source = { @@ -379,6 +382,13 @@ let string_of_target_buses buses = string_of_target_bus_slots "i...