mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
The libutils convenience library is a place for code shared between the main library, language bindings and virt tools. Note that the code is statically linked into both the library, each binding and each tool, but this is an improvement because (a) the source is shared and (b) libguestfs.so can export fewer private functions. Currently it contains the cleanup functions, and the functions guestfs___free_string_list function and guestfs___for_each_disk. guestfs___for_each_disk has changed so that it no longer unconditionally sets the error in the guestfs handle. Instead callers can control error handling.