mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
inject-nmi: Defining the public API
This commit is contained in:
parent
0ed4aa448e
commit
b08ad6cd87
@ -2519,6 +2519,8 @@ int virDomainOpenConsole(virDomainPtr dom,
|
||||
virStreamPtr st,
|
||||
unsigned int flags);
|
||||
|
||||
int virDomainInjectNMI(virDomainPtr domain, unsigned int flags);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@ -436,4 +436,9 @@ LIBVIRT_0.9.0 {
|
||||
virStorageVolUpload;
|
||||
} LIBVIRT_0.8.8;
|
||||
|
||||
LIBVIRT_0.9.2 {
|
||||
global:
|
||||
virDomainInjectNMI;
|
||||
} LIBVIRT_0.9.0;
|
||||
|
||||
# .... define new API here using predicted next version number ....
|
||||
|
Loading…
x
Reference in New Issue
Block a user