inspect_get_arch
Description:
get architecture of inspected operating system
This returns the architecture of the inspected operating system. The possible return values are listed under file_architecture.
If the architecture could not be determined, then the string unknown
is returned.
Please read "INSPECTION" in guestfs(3) for more details.
Parameters:
this |
A GuestfsSession object |
Returns:
the returned string, or NULL on error |