mirror of https://gitee.com/openkylin/libvirt.git
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…
Reference in New Issue