summaryrefslogtreecommitdiffstats
path: root/src/guestfs-internal.h
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-04-05 12:44:34 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-04-05 20:01:15 +0100
commit9e7c6a548353bde925c16434711bcc6208038d83 (patch)
treeb1b46b05e7319a36c38813a3b1eb15eb277ed948 /src/guestfs-internal.h
parent9b945cfa781a0f25c3b81239e2fcddceeede6e44 (diff)
downloadlibguestfs-9e7c6a548353bde925c16434711bcc6208038d83.tar.gz
libguestfs-9e7c6a548353bde925c16434711bcc6208038d83.tar.xz
libguestfs-9e7c6a548353bde925c16434711bcc6208038d83.zip
New API: inspect-get-windows-current-control-set
This returns the actual registry key corresponding to CurrentControlSet (eg. it might be "ControlSet001"). Previously the inspection code was hard-coding ControlSet001. Now we use the correct control set, and also make it available to callers through the API. This commit also updates the virt-dhcp-address example so it uses this new API. virt-inspector displays the current control set when available.
Diffstat (limited to 'src/guestfs-internal.h')
-rw-r--r--src/guestfs-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h
index 3a63f2e3..b29fa577 100644
--- a/src/guestfs-internal.h
+++ b/src/guestfs-internal.h
@@ -251,6 +251,7 @@ struct inspect_fs {
char *arch;
char *hostname;
char *windows_systemroot;
+ char *windows_current_control_set;
enum inspect_os_format format;
int is_live_disk;
int is_netinst_disk;