mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
Introduce virDomainPMWakeup API
This API allows a domain which previously called virDomainPMSuspendForDuration() to be woken up.
This commit is contained in:
@@ -1251,6 +1251,8 @@ int virDomainPMSuspendForDuration (virDomainPtr domain,
|
||||
unsigned int target,
|
||||
unsigned long long duration,
|
||||
unsigned int flags);
|
||||
int virDomainPMWakeup (virDomainPtr domain,
|
||||
unsigned int flags);
|
||||
/*
|
||||
* Domain save/restore
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user