提交 b08ad6cd 编写于 作者: L Lai Jiangshan 提交者: Eric Blake

inject-nmi: Defining the public API

上级 0ed4aa44
......@@ -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 ....
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册