]> xenbits.xensource.com Git - libvirt.git/commit
vbox: Introduce vboxUniformedPFN::GetException()
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 19 Jan 2023 16:34:04 +0000 (17:34 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 24 Jan 2023 09:45:33 +0000 (10:45 +0100)
commit52aefc9d31f127b64431a4e4aa2922ec5f4e4f67
tree0b30ed036e24e11c5dfd622a0e425432eaaf786d
parent2a690fc1729242a749c50b29ad804b51f5ffa5a3
vbox: Introduce vboxUniformedPFN::GetException()

The GetException() method can be used to obtain the latest
exception that occurred in VirtualBox. Calling the method does
not reset the exception though. For that we'll need to call
another method (introduced in following commit).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
src/vbox/vbox_common.h
src/vbox/vbox_tmpl.c
src/vbox/vbox_uniformed_api.h