mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
test-tool: Display state of pgroup flag from the handle.
This updates commit f173543fd2.
This commit is contained in:
@@ -197,6 +197,7 @@ main (int argc, char *argv[])
|
||||
printf ("guestfs_get_memsize: %d\n", guestfs_get_memsize (g));
|
||||
printf ("guestfs_get_network: %d\n", guestfs_get_network (g));
|
||||
printf ("guestfs_get_path: %s\n", guestfs_get_path (g));
|
||||
printf ("guestfs_get_pgroup: %d\n", guestfs_get_pgroup (g));
|
||||
printf ("guestfs_get_qemu: %s\n", guestfs_get_qemu (g));
|
||||
printf ("guestfs_get_recovery_proc: %d\n",
|
||||
guestfs_get_recovery_proc (g));
|
||||
|
||||
Reference in New Issue
Block a user