[ Version ( since = "1.5.3" ) ]
public string inspect_get_arch (string root) throws Error
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.
this |
A GuestfsSession object |
the returned string, or NULL on error |